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