#cefd75
a light, electric green · cool · closest name: khaki
RGB
206, 253, 117
HSL
81°, 97%, 73%
CMYK
19, 0, 54, 1
Luminance
0.8466
Every format
| HEX | #cefd75 |
| RGB | rgb(206, 253, 117) |
| HSL | hsl(81, 97%, 73%) |
| CMYK | cmyk(19%, 0%, 54%, 1%) |
| LAB | lab(93.7 -35.2 59.3) |
| LCH | lch(93.7 69.0 120.7) |
| OKLCH | oklch(0.934 0.171 125.4) |
Copy-ready code
/* CSS */
color: #cefd75;
background-color: #cefd75;
/* Tailwind (arbitrary) */
class="text-[#cefd75] bg-[#cefd75]"
/* SCSS */
$brand: #cefd75;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.459)
/* Android */
Color.parseColor("#cefd75")Accessibility — WCAG contrast
Aa
#cefd75 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd75 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue45.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow53.8%
Key (black)0.8%
Color previews
#cefd75 text on a black background
contrast 17.93:1
Card sample
#cefd75 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd75;
Background color
Panel with #cefd75 background
background-color: #cefd75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd75; background: linear-gradient(135deg, #cefd75, #75FD76);