#cbf84a
a balanced, electric green · cool · closest name: yellow
RGB
203, 248, 74
HSL
76°, 93%, 63%
CMYK
18, 0, 70, 3
Luminance
0.8033
Every format
| HEX | #cbf84a |
| RGB | rgb(203, 248, 74) |
| HSL | hsl(76, 93%, 63%) |
| CMYK | cmyk(18%, 0%, 70%, 3%) |
| LAB | lab(91.8 -37.2 74.5) |
| LCH | lch(91.8 83.2 116.6) |
| OKLCH | oklch(0.917 0.199 123.1) |
Copy-ready code
/* CSS */
color: #cbf84a;
background-color: #cbf84a;
/* Tailwind (arbitrary) */
class="text-[#cbf84a] bg-[#cbf84a]"
/* SCSS */
$brand: #cbf84a;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#cbf84a")Accessibility — WCAG contrast
Aa
#cbf84a on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf84a on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue29.0%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#cbf84a text on a black background
contrast 17.07:1
Card sample
#cbf84a text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf84a;
Background color
Panel with #cbf84a background
background-color: #cbf84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf84a; background: linear-gradient(135deg, #cbf84a, #57F84A);