#cbf99f
a light, electric green · cool · closest name: khaki
RGB
203, 249, 159
HSL
91°, 88%, 80%
CMYK
19, 0, 36, 2
Luminance
0.8295
Every format
| HEX | #cbf99f |
| RGB | rgb(203, 249, 159) |
| HSL | hsl(91, 88%, 80%) |
| CMYK | cmyk(19%, 0%, 36%, 2%) |
| LAB | lab(93.0 -29.8 38.5) |
| LCH | lch(93.0 48.7 127.8) |
| OKLCH | oklch(0.929 0.125 130.5) |
Copy-ready code
/* CSS */
color: #cbf99f;
background-color: #cbf99f;
/* Tailwind (arbitrary) */
class="text-[#cbf99f] bg-[#cbf99f]"
/* SCSS */
$brand: #cbf99f;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.624)
/* Android */
Color.parseColor("#cbf99f")Accessibility — WCAG contrast
Aa
#cbf99f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf99f on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue62.4%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow36.1%
Key (black)2.4%
Color previews
#cbf99f text on a black background
contrast 17.59:1
Card sample
#cbf99f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf99f;
Background color
Panel with #cbf99f background
background-color: #cbf99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf99f; background: linear-gradient(135deg, #cbf99f, #9FF9AF);