#cccf8f
a light, soft yellow · cool · closest name: khaki
RGB
204, 207, 143
HSL
63°, 40%, 69%
CMYK
1, 0, 31, 19
Luminance
0.5945
Every format
| HEX | #cccf8f |
| RGB | rgb(204, 207, 143) |
| HSL | hsl(63, 40%, 69%) |
| CMYK | cmyk(1%, 0%, 31%, 19%) |
| LAB | lab(81.5 -11.0 31.6) |
| LCH | lch(81.5 33.4 109.3) |
| OKLCH | oklch(0.837 0.084 110.3) |
Copy-ready code
/* CSS */
color: #cccf8f;
background-color: #cccf8f;
/* Tailwind (arbitrary) */
class="text-[#cccf8f] bg-[#cccf8f]"
/* SCSS */
$brand: #cccf8f;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#cccf8f")Accessibility — WCAG contrast
Aa
#cccf8f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf8f on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue56.1%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#cccf8f text on a black background
contrast 12.89:1
Card sample
#cccf8f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf8f;
Background color
Panel with #cccf8f background
background-color: #cccf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf8f; background: linear-gradient(135deg, #cccf8f, #A1CF8F);