#cbd113
a dark, electric yellow · cool · closest name: gold
RGB
203, 209, 19
HSL
62°, 83%, 45%
CMYK
3, 0, 91, 18
Luminance
0.5834
Every format
| HEX | #cbd113 |
| RGB | rgb(203, 209, 19) |
| HSL | hsl(62, 83%, 45%) |
| CMYK | cmyk(3%, 0%, 91%, 18%) |
| LAB | lab(80.9 -20.9 78.8) |
| LCH | lch(80.9 81.5 104.8) |
| OKLCH | oklch(0.829 0.180 111.8) |
Copy-ready code
/* CSS */
color: #cbd113;
background-color: #cbd113;
/* Tailwind (arbitrary) */
class="text-[#cbd113] bg-[#cbd113]"
/* SCSS */
$brand: #cbd113;
/* SwiftUI */
Color(red: 0.796, green: 0.820, blue: 0.075)
/* Android */
Color.parseColor("#cbd113")Accessibility — WCAG contrast
Aa
#cbd113 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd113 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.0%
Blue7.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow90.9%
Key (black)18.0%
Color previews
#cbd113 text on a black background
contrast 12.67:1
Card sample
#cbd113 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd113;
Background color
Panel with #cbd113 background
background-color: #cbd113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 209, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 209, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd113; background: linear-gradient(135deg, #cbd113, #4CD113);