#cccf6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 207, 111
HSL
62°, 50%, 62%
CMYK
1, 0, 46, 19
Luminance
0.5861
Every format
| HEX | #cccf6f |
| RGB | rgb(204, 207, 111) |
| HSL | hsl(62, 50%, 62%) |
| CMYK | cmyk(1%, 0%, 46%, 19%) |
| LAB | lab(81.1 -14.6 47.0) |
| LCH | lch(81.1 49.3 107.2) |
| OKLCH | oklch(0.832 0.120 110.3) |
Copy-ready code
/* CSS */
color: #cccf6f;
background-color: #cccf6f;
/* Tailwind (arbitrary) */
class="text-[#cccf6f] bg-[#cccf6f]"
/* SCSS */
$brand: #cccf6f;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#cccf6f")Accessibility — WCAG contrast
Aa
#cccf6f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf6f on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue43.5%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#cccf6f text on a black background
contrast 12.72:1
Card sample
#cccf6f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf6f;
Background color
Panel with #cccf6f background
background-color: #cccf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf6f; background: linear-gradient(135deg, #cccf6f, #8CCF6F);