#FFFFCC color codes
- HEX
- #FFFFCC
- HEX8
- #FFFFCCFF
- HEX8 (Android)
- #FFFFFFCC
- RGB
- rgb(255, 255, 204)
- RGB (%)
- 100%, 100%, 80%
- HSL
- hsl(60, 100%, 90%)
- HSV / HSB
- hsv(60, 20%, 100%)
- CMYK
- cmyk(0%, 0%, 20%, 0%)
- OKLCH
- oklch(0.9875 0.0654 107.54)
- OKLCH (%)
- oklch(98.75% 0.0654 107.54)
- Decimal
- 16777164
What color is #FFFFCC?
#FFFFCC sits at 99% lightness and 0.0654 chroma in OKLCH, hue 107.54°. Its nearest named color is LemonChiffon.
Shades and tints of #FFFFCC
Tints
Shades
Tones
#FFFFCC color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFFFCC in CSS
.text { color: #FFFFCC; }
.background { background-color: #FFFFCC; }
.border { border: 2px solid #FFFFCC; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9875 0.0654 107.54); }
/* #FFFFCC at 50% transparency */
.overlay { background-color: #FFFFCC80; }Is #FFFFCC accessible?
#FFFFCC on white text scores 1.03:1; on black text it scores 20.43:1. Black text passes WCAG AAA on #FFFFCC. Recommended text color on a #FFFFCC background: black.
A 20.43:1 vs black
A 1.03: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(#FFFFCC) → black APCA Lc experimental 104.1 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: Gold #FFD700. See more in the yellow family on the colors hub.
Frequently asked questions
- What color is #FFFFCC?
- #FFFFCC is closest to LemonChiffon. In RGB it is rgb(255, 255, 204), and in HSL hsl(60, 100%, 90%).
- What is #FFFFCC in RGB?
- #FFFFCC converts to rgb(255, 255, 204) — red 255, green 255, blue 204.
- What text color is readable on #FFFFCC?
- Black text — it has the higher contrast ratio (20.43:1) against #FFFFCC. Black text passes WCAG AAA on #FFFFCC.