#cbf340
a balanced, electric green · cool · closest name: yellow
RGB
203, 243, 64
HSL
73°, 88%, 60%
CMYK
17, 0, 74, 5
Luminance
0.7717
Every format
| HEX | #cbf340 |
| RGB | rgb(203, 243, 64) |
| HSL | hsl(73, 88%, 60%) |
| CMYK | cmyk(17%, 0%, 74%, 5%) |
| LAB | lab(90.4 -35.5 76.4) |
| LCH | lch(90.4 84.2 114.9) |
| OKLCH | oklch(0.905 0.199 121.7) |
Copy-ready code
/* CSS */
color: #cbf340;
background-color: #cbf340;
/* Tailwind (arbitrary) */
class="text-[#cbf340] bg-[#cbf340]"
/* SCSS */
$brand: #cbf340;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.251)
/* Android */
Color.parseColor("#cbf340")Accessibility — WCAG contrast
Aa
#cbf340 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf340 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue25.1%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow73.7%
Key (black)4.7%
Color previews
#cbf340 text on a black background
contrast 16.43:1
Card sample
#cbf340 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf340;
Background color
Panel with #cbf340 background
background-color: #cbf340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf340; background: linear-gradient(135deg, #cbf340, #54F340);