#cba618
a dark, electric yellow · cool · closest name: gold
RGB
203, 166, 24
HSL
48°, 79%, 45%
CMYK
0, 18, 88, 20
Luminance
0.4003
Every format
| HEX | #cba618 |
| RGB | rgb(203, 166, 24) |
| HSL | hsl(48, 79%, 45%) |
| CMYK | cmyk(0%, 18%, 88%, 20%) |
| LAB | lab(69.5 1.2 69.0) |
| LCH | lch(69.5 69.0 89.0) |
| OKLCH | oklch(0.738 0.146 92.1) |
Copy-ready code
/* CSS */
color: #cba618;
background-color: #cba618;
/* Tailwind (arbitrary) */
class="text-[#cba618] bg-[#cba618]"
/* SCSS */
$brand: #cba618;
/* SwiftUI */
Color(red: 0.796, green: 0.651, blue: 0.094)
/* Android */
Color.parseColor("#cba618")Accessibility — WCAG contrast
Aa
#cba618 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba618 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.1%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow88.2%
Key (black)20.4%
Color previews
#cba618 text on a black background
contrast 9.01:1
Card sample
#cba618 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba618;
Background color
Panel with #cba618 background
background-color: #cba618;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba618;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 166, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 166, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba618; background: linear-gradient(135deg, #cba618, #79CB18);