#cbd310
a dark, electric yellow · cool · closest name: yellow
RGB
203, 211, 16
HSL
63°, 86%, 45%
CMYK
4, 0, 92, 17
Luminance
0.5932
Every format
| HEX | #cbd310 |
| RGB | rgb(203, 211, 16) |
| HSL | hsl(63, 86%, 45%) |
| CMYK | cmyk(4%, 0%, 92%, 17%) |
| LAB | lab(81.5 -21.9 79.6) |
| LCH | lch(81.5 82.6 105.4) |
| OKLCH | oklch(0.833 0.183 112.5) |
Copy-ready code
/* CSS */
color: #cbd310;
background-color: #cbd310;
/* Tailwind (arbitrary) */
class="text-[#cbd310] bg-[#cbd310]"
/* SCSS */
$brand: #cbd310;
/* SwiftUI */
Color(red: 0.796, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#cbd310")Accessibility — WCAG contrast
Aa
#cbd310 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd310 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.7%
Blue6.3%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#cbd310 text on a black background
contrast 12.86:1
Card sample
#cbd310 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd310;
Background color
Panel with #cbd310 background
background-color: #cbd310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd310; background: linear-gradient(135deg, #cbd310, #49D310);