#cbf289
a light, electric green · cool · closest name: khaki
RGB
203, 242, 137
HSL
82°, 80%, 74%
CMYK
16, 0, 43, 5
Luminance
0.7801
Every format
| HEX | #cbf289 |
| RGB | rgb(203, 242, 137) |
| HSL | hsl(82, 80%, 74%) |
| CMYK | cmyk(16%, 0%, 43%, 5%) |
| LAB | lab(90.8 -29.2 46.4) |
| LCH | lch(90.8 54.9 122.2) |
| OKLCH | oklch(0.910 0.139 125.7) |
Copy-ready code
/* CSS */
color: #cbf289;
background-color: #cbf289;
/* Tailwind (arbitrary) */
class="text-[#cbf289] bg-[#cbf289]"
/* SCSS */
$brand: #cbf289;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.537)
/* Android */
Color.parseColor("#cbf289")Accessibility — WCAG contrast
Aa
#cbf289 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf289 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue53.7%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow43.4%
Key (black)5.1%
Color previews
#cbf289 text on a black background
contrast 16.60:1
Card sample
#cbf289 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf289;
Background color
Panel with #cbf289 background
background-color: #cbf289;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf289;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf289; background: linear-gradient(135deg, #cbf289, #89F28D);