#cbf89f
a light, electric green · cool · closest name: khaki
RGB
203, 248, 159
HSL
90°, 86%, 80%
CMYK
18, 0, 36, 3
Luminance
0.8233
Every format
| HEX | #cbf89f |
| RGB | rgb(203, 248, 159) |
| HSL | hsl(90, 86%, 80%) |
| CMYK | cmyk(18%, 0%, 36%, 3%) |
| LAB | lab(92.7 -29.4 38.2) |
| LCH | lch(92.7 48.1 127.6) |
| OKLCH | oklch(0.927 0.124 130.3) |
Copy-ready code
/* CSS */
color: #cbf89f;
background-color: #cbf89f;
/* Tailwind (arbitrary) */
class="text-[#cbf89f] bg-[#cbf89f]"
/* SCSS */
$brand: #cbf89f;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#cbf89f")Accessibility — WCAG contrast
Aa
#cbf89f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf89f on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue62.4%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#cbf89f text on a black background
contrast 17.47:1
Card sample
#cbf89f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf89f;
Background color
Panel with #cbf89f background
background-color: #cbf89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf89f; background: linear-gradient(135deg, #cbf89f, #9FF8AE);