#c69d13
a dark, electric yellow · cool · closest name: orange
RGB
198, 157, 19
HSL
46°, 83%, 43%
CMYK
0, 21, 90, 22
Luminance
0.3617
Every format
| HEX | #c69d13 |
| RGB | rgb(198, 157, 19) |
| HSL | hsl(46, 83%, 43%) |
| CMYK | cmyk(0%, 21%, 90%, 22%) |
| LAB | lab(66.7 3.7 67.5) |
| LCH | lch(66.7 67.7 86.8) |
| OKLCH | oklch(0.714 0.142 89.3) |
Copy-ready code
/* CSS */
color: #c69d13;
background-color: #c69d13;
/* Tailwind (arbitrary) */
class="text-[#c69d13] bg-[#c69d13]"
/* SCSS */
$brand: #c69d13;
/* SwiftUI */
Color(red: 0.776, green: 0.616, blue: 0.075)
/* Android */
Color.parseColor("#c69d13")Accessibility — WCAG contrast
Aa
#c69d13 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69d13 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow90.4%
Key (black)22.4%
Color previews
#c69d13 text on a black background
contrast 8.23:1
Card sample
#c69d13 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69d13;
Background color
Panel with #c69d13 background
background-color: #c69d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 157, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 157, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69d13; background: linear-gradient(135deg, #c69d13, #77C613);