#cda113
a dark, electric yellow · cool · closest name: orange
RGB
205, 161, 19
HSL
46°, 83%, 44%
CMYK
0, 22, 91, 20
Luminance
0.3852
Every format
| HEX | #cda113 |
| RGB | rgb(205, 161, 19) |
| HSL | hsl(46, 83%, 44%) |
| CMYK | cmyk(0%, 22%, 91%, 20%) |
| LAB | lab(68.4 4.7 69.2) |
| LCH | lch(68.4 69.4 86.1) |
| OKLCH | oklch(0.729 0.145 88.4) |
Copy-ready code
/* CSS */
color: #cda113;
background-color: #cda113;
/* Tailwind (arbitrary) */
class="text-[#cda113] bg-[#cda113]"
/* SCSS */
$brand: #cda113;
/* SwiftUI */
Color(red: 0.804, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#cda113")Accessibility — WCAG contrast
Aa
#cda113 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda113 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green63.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow90.7%
Key (black)19.6%
Color previews
#cda113 text on a black background
contrast 8.70:1
Card sample
#cda113 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda113;
Background color
Panel with #cda113 background
background-color: #cda113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda113; background: linear-gradient(135deg, #cda113, #7DCD13);