#ccf075
a light, electric green · cool · closest name: khaki
RGB
204, 240, 117
HSL
78°, 80%, 70%
CMYK
15, 0, 51, 6
Luminance
0.7644
Every format
| HEX | #ccf075 |
| RGB | rgb(204, 240, 117) |
| HSL | hsl(78, 80%, 70%) |
| CMYK | cmyk(15%, 0%, 51%, 6%) |
| LAB | lab(90.1 -30.0 55.0) |
| LCH | lch(90.1 62.6 118.6) |
| OKLCH | oklch(0.904 0.155 123.0) |
Copy-ready code
/* CSS */
color: #ccf075;
background-color: #ccf075;
/* Tailwind (arbitrary) */
class="text-[#ccf075] bg-[#ccf075]"
/* SCSS */
$brand: #ccf075;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 0.459)
/* Android */
Color.parseColor("#ccf075")Accessibility — WCAG contrast
Aa
#ccf075 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf075 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue45.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow51.3%
Key (black)5.9%
Color previews
#ccf075 text on a black background
contrast 16.29:1
Card sample
#ccf075 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf075;
Background color
Panel with #ccf075 background
background-color: #ccf075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf075; background: linear-gradient(135deg, #ccf075, #7AF075);