#cbf192
a light, electric green · cool · closest name: khaki
RGB
203, 241, 146
HSL
84°, 77%, 76%
CMYK
16, 0, 39, 6
Luminance
0.7768
Every format
| HEX | #cbf192 |
| RGB | rgb(203, 241, 146) |
| HSL | hsl(84, 77%, 76%) |
| CMYK | cmyk(16%, 0%, 39%, 6%) |
| LAB | lab(90.6 -27.7 41.9) |
| LCH | lch(90.6 50.2 123.5) |
| OKLCH | oklch(0.910 0.128 126.6) |
Copy-ready code
/* CSS */
color: #cbf192;
background-color: #cbf192;
/* Tailwind (arbitrary) */
class="text-[#cbf192] bg-[#cbf192]"
/* SCSS */
$brand: #cbf192;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#cbf192")Accessibility — WCAG contrast
Aa
#cbf192 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf192 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue57.3%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#cbf192 text on a black background
contrast 16.54:1
Card sample
#cbf192 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf192;
Background color
Panel with #cbf192 background
background-color: #cbf192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf192; background: linear-gradient(135deg, #cbf192, #92F198);