#cffc75
a light, electric green · cool · closest name: khaki
RGB
207, 252, 117
HSL
80°, 96%, 72%
CMYK
18, 0, 54, 1
Luminance
0.8417
Every format
| HEX | #cffc75 |
| RGB | rgb(207, 252, 117) |
| HSL | hsl(80, 96%, 72%) |
| CMYK | cmyk(18%, 0%, 54%, 1%) |
| LAB | lab(93.5 -34.4 59.1) |
| LCH | lch(93.5 68.4 120.2) |
| OKLCH | oklch(0.932 0.170 124.9) |
Copy-ready code
/* CSS */
color: #cffc75;
background-color: #cffc75;
/* Tailwind (arbitrary) */
class="text-[#cffc75] bg-[#cffc75]"
/* SCSS */
$brand: #cffc75;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.459)
/* Android */
Color.parseColor("#cffc75")Accessibility — WCAG contrast
Aa
#cffc75 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc75 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue45.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow53.6%
Key (black)1.2%
Color previews
#cffc75 text on a black background
contrast 17.83:1
Card sample
#cffc75 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc75;
Background color
Panel with #cffc75 background
background-color: #cffc75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc75; background: linear-gradient(135deg, #cffc75, #75FC75);