#cbf52f
a balanced, electric green · cool · closest name: yellow
RGB
203, 245, 47
HSL
73°, 91%, 57%
CMYK
17, 0, 81, 4
Luminance
0.7821
Every format
| HEX | #cbf52f |
| RGB | rgb(203, 245, 47) |
| HSL | hsl(73, 91%, 57%) |
| CMYK | cmyk(17%, 0%, 81%, 4%) |
| LAB | lab(90.9 -37.1 81.6) |
| LCH | lch(90.9 89.6 114.4) |
| OKLCH | oklch(0.909 0.209 121.8) |
Copy-ready code
/* CSS */
color: #cbf52f;
background-color: #cbf52f;
/* Tailwind (arbitrary) */
class="text-[#cbf52f] bg-[#cbf52f]"
/* SCSS */
$brand: #cbf52f;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.184)
/* Android */
Color.parseColor("#cbf52f")Accessibility — WCAG contrast
Aa
#cbf52f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf52f on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue18.4%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow80.8%
Key (black)3.9%
Color previews
#cbf52f text on a black background
contrast 16.64:1
Card sample
#cbf52f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf52f;
Background color
Panel with #cbf52f background
background-color: #cbf52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf52f; background: linear-gradient(135deg, #cbf52f, #47F52F);