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