#ccce8f
a light, soft yellow · cool · closest name: khaki
RGB
204, 206, 143
HSL
62°, 39%, 68%
CMYK
1, 0, 31, 19
Luminance
0.5896
Every format
| HEX | #ccce8f |
| RGB | rgb(204, 206, 143) |
| HSL | hsl(62, 39%, 68%) |
| CMYK | cmyk(1%, 0%, 31%, 19%) |
| LAB | lab(81.3 -10.5 31.2) |
| LCH | lch(81.3 32.9 108.6) |
| OKLCH | oklch(0.835 0.083 109.6) |
Copy-ready code
/* CSS */
color: #ccce8f;
background-color: #ccce8f;
/* Tailwind (arbitrary) */
class="text-[#ccce8f] bg-[#ccce8f]"
/* SCSS */
$brand: #ccce8f;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#ccce8f")Accessibility — WCAG contrast
Aa
#ccce8f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccce8f on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue56.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#ccce8f text on a black background
contrast 12.79:1
Card sample
#ccce8f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccce8f;
Background color
Panel with #ccce8f background
background-color: #ccce8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccce8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccce8f; background: linear-gradient(135deg, #ccce8f, #A2CE8F);