#ceac22
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 172, 34
HSL
48°, 72%, 47%
CMYK
0, 17, 84, 19
Luminance
0.4274
Every format
| HEX | #ceac22 |
| RGB | rgb(206, 172, 34) |
| HSL | hsl(48, 72%, 47%) |
| CMYK | cmyk(0%, 17%, 84%, 19%) |
| LAB | lab(71.4 -0.4 68.2) |
| LCH | lch(71.4 68.2 90.3) |
| OKLCH | oklch(0.753 0.146 93.6) |
Copy-ready code
/* CSS */
color: #ceac22;
background-color: #ceac22;
/* Tailwind (arbitrary) */
class="text-[#ceac22] bg-[#ceac22]"
/* SCSS */
$brand: #ceac22;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.133)
/* Android */
Color.parseColor("#ceac22")Accessibility — WCAG contrast
Aa
#ceac22 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac22 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow83.5%
Key (black)19.2%
Color previews
#ceac22 text on a black background
contrast 9.55:1
Card sample
#ceac22 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac22;
Background color
Panel with #ceac22 background
background-color: #ceac22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac22; background: linear-gradient(135deg, #ceac22, #7ECE22);