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