#cbf992
a light, electric green · cool · closest name: khaki
RGB
203, 249, 146
HSL
87°, 90%, 78%
CMYK
19, 0, 41, 2
Luminance
0.8252
Every format
| HEX | #cbf992 |
| RGB | rgb(203, 249, 146) |
| HSL | hsl(87, 90%, 78%) |
| CMYK | cmyk(19%, 0%, 41%, 2%) |
| LAB | lab(92.8 -31.4 44.6) |
| LCH | lch(92.8 54.6 125.2) |
| OKLCH | oklch(0.927 0.139 128.5) |
Copy-ready code
/* CSS */
color: #cbf992;
background-color: #cbf992;
/* Tailwind (arbitrary) */
class="text-[#cbf992] bg-[#cbf992]"
/* SCSS */
$brand: #cbf992;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#cbf992")Accessibility — WCAG contrast
Aa
#cbf992 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf992 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue57.3%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow41.4%
Key (black)2.4%
Color previews
#cbf992 text on a black background
contrast 17.50:1
Card sample
#cbf992 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf992;
Background color
Panel with #cbf992 background
background-color: #cbf992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf992; background: linear-gradient(135deg, #cbf992, #92F99E);