#FFFFF0 color codes
- HEX
- #FFFFF0
- HEX8
- #FFFFF0FF
- HEX8 (Android)
- #FFFFFFF0
- RGB
- rgb(255, 255, 240)
- RGB (%)
- 100%, 100%, 94%
- HSL
- hsl(60, 100%, 97%)
- HSV / HSB
- hsv(60, 6%, 100%)
- CMYK
- cmyk(0%, 0%, 6%, 0%)
- OKLCH
- oklch(0.996 0.0196 106.75)
- OKLCH (%)
- oklch(99.6% 0.0196 106.75)
- Decimal
- 16777200
What color is #FFFFF0?
#FFFFF0 sits at 100% lightness and 0.0196 chroma in OKLCH, hue 106.75°. Its nearest named color is Ivory (an exact match).
Shades and tints of #FFFFF0
Tints
Shades
Tones
#FFFFF0 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFFFF0 in CSS
.text { color: #FFFFF0; }
.background { background-color: #FFFFF0; }
.border { border: 2px solid #FFFFF0; }
/* Modern, perceptually uniform */
.text { color: oklch(0.996 0.0196 106.75); }
/* #FFFFF0 at 50% transparency */
.overlay { background-color: #FFFFF080; }Is #FFFFF0 accessible?
#FFFFF0 on white text scores 1.01:1; on black text it scores 20.81:1. Black text passes WCAG AAA on #FFFFF0. Recommended text color on a #FFFFF0 background: black.
A 20.81:1 vs black
A 1.01:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#FFFFF0) → black APCA Lc experimental 105.4 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: White #FFFFFF. See more in the white family on the colors hub.
Frequently asked questions
- What color is #FFFFF0?
- #FFFFF0 is Ivory. In RGB it is rgb(255, 255, 240), and in HSL hsl(60, 100%, 97%).
- What is #FFFFF0 in RGB?
- #FFFFF0 converts to rgb(255, 255, 240) — red 255, green 255, blue 240.
- What text color is readable on #FFFFF0?
- Black text — it has the higher contrast ratio (20.81:1) against #FFFFF0. Black text passes WCAG AAA on #FFFFF0.