#cbf63f
a balanced, electric green · cool · closest name: yellow
RGB
203, 246, 63
HSL
74°, 91%, 61%
CMYK
18, 0, 74, 4
Luminance
0.7897
Every format
| HEX | #cbf63f |
| RGB | rgb(203, 246, 63) |
| HSL | hsl(74, 91%, 61%) |
| CMYK | cmyk(18%, 0%, 74%, 4%) |
| LAB | lab(91.2 -36.9 77.5) |
| LCH | lch(91.2 85.8 115.5) |
| OKLCH | oklch(0.912 0.203 122.3) |
Copy-ready code
/* CSS */
color: #cbf63f;
background-color: #cbf63f;
/* Tailwind (arbitrary) */
class="text-[#cbf63f] bg-[#cbf63f]"
/* SCSS */
$brand: #cbf63f;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.247)
/* Android */
Color.parseColor("#cbf63f")Accessibility — WCAG contrast
Aa
#cbf63f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf63f on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue24.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow74.4%
Key (black)3.5%
Color previews
#cbf63f text on a black background
contrast 16.79:1
Card sample
#cbf63f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf63f;
Background color
Panel with #cbf63f background
background-color: #cbf63f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf63f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf63f; background: linear-gradient(135deg, #cbf63f, #51F63F);