#cffc65
a light, electric green · cool · closest name: yellow
RGB
207, 252, 101
HSL
78°, 96%, 69%
CMYK
18, 0, 60, 1
Luminance
0.8383
Every format
| HEX | #cffc65 |
| RGB | rgb(207, 252, 101) |
| HSL | hsl(78, 96%, 69%) |
| CMYK | cmyk(18%, 0%, 60%, 1%) |
| LAB | lab(93.4 -35.7 65.8) |
| LCH | lch(93.4 74.9 118.5) |
| OKLCH | oklch(0.931 0.183 124.0) |
Copy-ready code
/* CSS */
color: #cffc65;
background-color: #cffc65;
/* Tailwind (arbitrary) */
class="text-[#cffc65] bg-[#cffc65]"
/* SCSS */
$brand: #cffc65;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.396)
/* Android */
Color.parseColor("#cffc65")Accessibility — WCAG contrast
Aa
#cffc65 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc65 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue39.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow59.9%
Key (black)1.2%
Color previews
#cffc65 text on a black background
contrast 17.77:1
Card sample
#cffc65 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc65;
Background color
Panel with #cffc65 background
background-color: #cffc65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc65; background: linear-gradient(135deg, #cffc65, #6AFC65);