#cbf239
a balanced, electric green · cool · closest name: yellow
RGB
203, 242, 57
HSL
73°, 88%, 59%
CMYK
16, 0, 76, 5
Luminance
0.7650
Every format
| HEX | #cbf239 |
| RGB | rgb(203, 242, 57) |
| HSL | hsl(73, 88%, 59%) |
| CMYK | cmyk(16%, 0%, 76%, 5%) |
| LAB | lab(90.1 -35.3 78.2) |
| LCH | lch(90.1 85.8 114.3) |
| OKLCH | oklch(0.902 0.201 121.3) |
Copy-ready code
/* CSS */
color: #cbf239;
background-color: #cbf239;
/* Tailwind (arbitrary) */
class="text-[#cbf239] bg-[#cbf239]"
/* SCSS */
$brand: #cbf239;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.224)
/* Android */
Color.parseColor("#cbf239")Accessibility — WCAG contrast
Aa
#cbf239 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf239 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue22.4%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow76.4%
Key (black)5.1%
Color previews
#cbf239 text on a black background
contrast 16.30:1
Card sample
#cbf239 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf239;
Background color
Panel with #cbf239 background
background-color: #cbf239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf239; background: linear-gradient(135deg, #cbf239, #50F239);