#cbf166
a light, electric green · cool · closest name: khaki
RGB
203, 241, 102
HSL
76°, 83%, 67%
CMYK
16, 0, 58, 6
Luminance
0.7657
Every format
| HEX | #cbf166 |
| RGB | rgb(203, 241, 102) |
| HSL | hsl(76, 83%, 67%) |
| CMYK | cmyk(16%, 0%, 58%, 6%) |
| LAB | lab(90.1 -32.1 61.7) |
| LCH | lch(90.1 69.6 117.5) |
| OKLCH | oklch(0.904 0.170 122.7) |
Copy-ready code
/* CSS */
color: #cbf166;
background-color: #cbf166;
/* Tailwind (arbitrary) */
class="text-[#cbf166] bg-[#cbf166]"
/* SCSS */
$brand: #cbf166;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.400)
/* Android */
Color.parseColor("#cbf166")Accessibility — WCAG contrast
Aa
#cbf166 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf166 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue40.0%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow57.7%
Key (black)5.5%
Color previews
#cbf166 text on a black background
contrast 16.31:1
Card sample
#cbf166 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf166;
Background color
Panel with #cbf166 background
background-color: #cbf166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf166; background: linear-gradient(135deg, #cbf166, #6FF166);