#ccf06f
a light, electric green · cool · closest name: khaki
RGB
204, 240, 111
HSL
77°, 81%, 69%
CMYK
15, 0, 54, 6
Luminance
0.7631
Every format
| HEX | #ccf06f |
| RGB | rgb(204, 240, 111) |
| HSL | hsl(77, 81%, 69%) |
| CMYK | cmyk(15%, 0%, 54%, 6%) |
| LAB | lab(90.0 -30.5 57.6) |
| LCH | lch(90.0 65.2 117.9) |
| OKLCH | oklch(0.903 0.161 122.6) |
Copy-ready code
/* CSS */
color: #ccf06f;
background-color: #ccf06f;
/* Tailwind (arbitrary) */
class="text-[#ccf06f] bg-[#ccf06f]"
/* SCSS */
$brand: #ccf06f;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#ccf06f")Accessibility — WCAG contrast
Aa
#ccf06f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf06f on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue43.5%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#ccf06f text on a black background
contrast 16.26:1
Card sample
#ccf06f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf06f;
Background color
Panel with #ccf06f background
background-color: #ccf06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf06f; background: linear-gradient(135deg, #ccf06f, #76F06F);