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