#cbe52f
a balanced, electric yellow · cool · closest name: yellow
RGB
203, 229, 47
HSL
69°, 78%, 54%
CMYK
11, 0, 80, 10
Luminance
0.6894
Every format
| HEX | #cbe52f |
| RGB | rgb(203, 229, 47) |
| HSL | hsl(69, 78%, 54%) |
| CMYK | cmyk(11%, 0%, 80%, 10%) |
| LAB | lab(86.5 -29.7 77.7) |
| LCH | lch(86.5 83.2 110.9) |
| OKLCH | oklch(0.873 0.192 118.0) |
Copy-ready code
/* CSS */
color: #cbe52f;
background-color: #cbe52f;
/* Tailwind (arbitrary) */
class="text-[#cbe52f] bg-[#cbe52f]"
/* SCSS */
$brand: #cbe52f;
/* SwiftUI */
Color(red: 0.796, green: 0.898, blue: 0.184)
/* Android */
Color.parseColor("#cbe52f")Accessibility — WCAG contrast
Aa
#cbe52f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe52f on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green89.8%
Blue18.4%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow79.5%
Key (black)10.2%
Color previews
#cbe52f text on a black background
contrast 14.79:1
Card sample
#cbe52f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe52f;
Background color
Panel with #cbe52f background
background-color: #cbe52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 229, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 229, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe52f; background: linear-gradient(135deg, #cbe52f, #51E52F);