#cccf9f
a light, soft yellow · cool · closest name: tan
RGB
204, 207, 159
HSL
64°, 33%, 72%
CMYK
1, 0, 23, 19
Luminance
0.5997
Every format
| HEX | #cccf9f |
| RGB | rgb(204, 207, 159) |
| HSL | hsl(64, 33%, 72%) |
| CMYK | cmyk(1%, 0%, 23%, 19%) |
| LAB | lab(81.8 -8.9 23.6) |
| LCH | lch(81.8 25.2 110.6) |
| OKLCH | oklch(0.840 0.064 110.7) |
Copy-ready code
/* CSS */
color: #cccf9f;
background-color: #cccf9f;
/* Tailwind (arbitrary) */
class="text-[#cccf9f] bg-[#cccf9f]"
/* SCSS */
$brand: #cccf9f;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#cccf9f")Accessibility — WCAG contrast
Aa
#cccf9f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf9f on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue62.4%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow23.2%
Key (black)18.8%
Color previews
#cccf9f text on a black background
contrast 12.99:1
Card sample
#cccf9f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf9f;
Background color
Panel with #cccf9f background
background-color: #cccf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf9f; background: linear-gradient(135deg, #cccf9f, #ACCF9F);