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