#cbf62f
a balanced, electric green · cool · closest name: yellow
RGB
203, 246, 47
HSL
73°, 92%, 58%
CMYK
18, 0, 81, 4
Luminance
0.7881
Every format
| HEX | #cbf62f |
| RGB | rgb(203, 246, 47) |
| HSL | hsl(73, 92%, 58%) |
| CMYK | cmyk(18%, 0%, 81%, 4%) |
| LAB | lab(91.2 -37.5 81.8) |
| LCH | lch(91.2 90.0 114.6) |
| OKLCH | oklch(0.911 0.210 122.0) |
Copy-ready code
/* CSS */
color: #cbf62f;
background-color: #cbf62f;
/* Tailwind (arbitrary) */
class="text-[#cbf62f] bg-[#cbf62f]"
/* SCSS */
$brand: #cbf62f;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.184)
/* Android */
Color.parseColor("#cbf62f")Accessibility — WCAG contrast
Aa
#cbf62f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf62f on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue18.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow80.9%
Key (black)3.5%
Color previews
#cbf62f text on a black background
contrast 16.76:1
Card sample
#cbf62f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf62f;
Background color
Panel with #cbf62f background
background-color: #cbf62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf62f; background: linear-gradient(135deg, #cbf62f, #46F62F);