#cbf459
a light, electric green · cool · closest name: yellow
RGB
203, 244, 89
HSL
76°, 88%, 65%
CMYK
17, 0, 64, 4
Luminance
0.7812
Every format
| HEX | #cbf459 |
| RGB | rgb(203, 244, 89) |
| HSL | hsl(76, 88%, 65%) |
| CMYK | cmyk(17%, 0%, 64%, 4%) |
| LAB | lab(90.8 -34.5 67.9) |
| LCH | lch(90.8 76.1 116.9) |
| OKLCH | oklch(0.909 0.184 122.8) |
Copy-ready code
/* CSS */
color: #cbf459;
background-color: #cbf459;
/* Tailwind (arbitrary) */
class="text-[#cbf459] bg-[#cbf459]"
/* SCSS */
$brand: #cbf459;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.349)
/* Android */
Color.parseColor("#cbf459")Accessibility — WCAG contrast
Aa
#cbf459 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf459 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue34.9%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow63.5%
Key (black)4.3%
Color previews
#cbf459 text on a black background
contrast 16.62:1
Card sample
#cbf459 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf459;
Background color
Panel with #cbf459 background
background-color: #cbf459;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf459;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf459; background: linear-gradient(135deg, #cbf459, #64F459);