#cbe621
a balanced, electric yellow · cool · closest name: yellow
RGB
203, 230, 33
HSL
68°, 80%, 52%
CMYK
12, 0, 86, 10
Luminance
0.6940
Every format
| HEX | #cbe621 |
| RGB | rgb(203, 230, 33) |
| HSL | hsl(68, 80%, 52%) |
| CMYK | cmyk(12%, 0%, 86%, 10%) |
| LAB | lab(86.7 -30.6 81.1) |
| LCH | lch(86.7 86.7 110.7) |
| OKLCH | oklch(0.875 0.198 118.1) |
Copy-ready code
/* CSS */
color: #cbe621;
background-color: #cbe621;
/* Tailwind (arbitrary) */
class="text-[#cbe621] bg-[#cbe621]"
/* SCSS */
$brand: #cbe621;
/* SwiftUI */
Color(red: 0.796, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#cbe621")Accessibility — WCAG contrast
Aa
#cbe621 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe621 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green90.2%
Blue12.9%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#cbe621 text on a black background
contrast 14.88:1
Card sample
#cbe621 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe621;
Background color
Panel with #cbe621 background
background-color: #cbe621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe621; background: linear-gradient(135deg, #cbe621, #48E621);