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