#cbf552
a balanced, electric green · cool · closest name: yellow
RGB
203, 245, 82
HSL
76°, 89%, 64%
CMYK
17, 0, 67, 4
Luminance
0.7861
Every format
| HEX | #cbf552 |
| RGB | rgb(203, 245, 82) |
| HSL | hsl(76, 89%, 64%) |
| CMYK | cmyk(17%, 0%, 67%, 4%) |
| LAB | lab(91.1 -35.4 70.8) |
| LCH | lch(91.1 79.2 116.6) |
| OKLCH | oklch(0.911 0.190 122.7) |
Copy-ready code
/* CSS */
color: #cbf552;
background-color: #cbf552;
/* Tailwind (arbitrary) */
class="text-[#cbf552] bg-[#cbf552]"
/* SCSS */
$brand: #cbf552;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.322)
/* Android */
Color.parseColor("#cbf552")Accessibility — WCAG contrast
Aa
#cbf552 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf552 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue32.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow66.5%
Key (black)3.9%
Color previews
#cbf552 text on a black background
contrast 16.72:1
Card sample
#cbf552 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf552;
Background color
Panel with #cbf552 background
background-color: #cbf552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf552; background: linear-gradient(135deg, #cbf552, #5EF552);