#cbf299
a light, electric green · cool · closest name: khaki
RGB
203, 242, 153
HSL
86°, 77%, 78%
CMYK
16, 0, 37, 5
Luminance
0.7850
Every format
| HEX | #cbf299 |
| RGB | rgb(203, 242, 153) |
| HSL | hsl(86, 77%, 78%) |
| CMYK | cmyk(16%, 0%, 37%, 5%) |
| LAB | lab(91.0 -27.3 38.9) |
| LCH | lch(91.0 47.5 125.1) |
| OKLCH | oklch(0.913 0.122 127.9) |
Copy-ready code
/* CSS */
color: #cbf299;
background-color: #cbf299;
/* Tailwind (arbitrary) */
class="text-[#cbf299] bg-[#cbf299]"
/* SCSS */
$brand: #cbf299;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.600)
/* Android */
Color.parseColor("#cbf299")Accessibility — WCAG contrast
Aa
#cbf299 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf299 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue60.0%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow36.8%
Key (black)5.1%
Color previews
#cbf299 text on a black background
contrast 16.70:1
Card sample
#cbf299 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf299;
Background color
Panel with #cbf299 background
background-color: #cbf299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf299; background: linear-gradient(135deg, #cbf299, #99F2A3);