#cda813
a dark, electric yellow · cool · closest name: gold
RGB
205, 168, 19
HSL
48°, 83%, 44%
CMYK
0, 18, 91, 20
Luminance
0.4103
Every format
| HEX | #cda813 |
| RGB | rgb(205, 168, 19) |
| HSL | hsl(48, 83%, 44%) |
| CMYK | cmyk(0%, 18%, 91%, 20%) |
| LAB | lab(70.2 0.9 70.6) |
| LCH | lch(70.2 70.6 89.2) |
| OKLCH | oklch(0.744 0.149 92.5) |
Copy-ready code
/* CSS */
color: #cda813;
background-color: #cda813;
/* Tailwind (arbitrary) */
class="text-[#cda813] bg-[#cda813]"
/* SCSS */
$brand: #cda813;
/* SwiftUI */
Color(red: 0.804, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#cda813")Accessibility — WCAG contrast
Aa
#cda813 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda813 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow90.7%
Key (black)19.6%
Color previews
#cda813 text on a black background
contrast 9.21:1
Card sample
#cda813 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda813;
Background color
Panel with #cda813 background
background-color: #cda813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda813; background: linear-gradient(135deg, #cda813, #76CD13);