#cccf7f
a light, vivid yellow · cool · closest name: khaki
RGB
204, 207, 127
HSL
62°, 46%, 66%
CMYK
1, 0, 39, 19
Luminance
0.5900
Every format
| HEX | #cccf7f |
| RGB | rgb(204, 207, 127) |
| HSL | hsl(62, 46%, 66%) |
| CMYK | cmyk(1%, 0%, 39%, 19%) |
| LAB | lab(81.3 -12.9 39.4) |
| LCH | lch(81.3 41.5 108.2) |
| OKLCH | oklch(0.834 0.102 110.3) |
Copy-ready code
/* CSS */
color: #cccf7f;
background-color: #cccf7f;
/* Tailwind (arbitrary) */
class="text-[#cccf7f] bg-[#cccf7f]"
/* SCSS */
$brand: #cccf7f;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#cccf7f")Accessibility — WCAG contrast
Aa
#cccf7f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf7f on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue49.8%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cccf7f text on a black background
contrast 12.80:1
Card sample
#cccf7f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf7f;
Background color
Panel with #cccf7f background
background-color: #cccf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf7f; background: linear-gradient(135deg, #cccf7f, #97CF7F);