#ceaf3d
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 175, 61
HSL
47°, 60%, 52%
CMYK
0, 15, 70, 19
Luminance
0.4412
Every format
| HEX | #ceaf3d |
| RGB | rgb(206, 175, 61) |
| HSL | hsl(47, 60%, 52%) |
| CMYK | cmyk(0%, 15%, 70%, 19%) |
| LAB | lab(72.3 -0.9 59.9) |
| LCH | lch(72.3 59.9 90.9) |
| OKLCH | oklch(0.761 0.134 93.5) |
Copy-ready code
/* CSS */
color: #ceaf3d;
background-color: #ceaf3d;
/* Tailwind (arbitrary) */
class="text-[#ceaf3d] bg-[#ceaf3d]"
/* SCSS */
$brand: #ceaf3d;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.239)
/* Android */
Color.parseColor("#ceaf3d")Accessibility — WCAG contrast
Aa
#ceaf3d on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf3d on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow70.4%
Key (black)19.2%
Color previews
#ceaf3d text on a black background
contrast 9.82:1
Card sample
#ceaf3d text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf3d;
Background color
Panel with #ceaf3d background
background-color: #ceaf3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf3d; background: linear-gradient(135deg, #ceaf3d, #8CCE3D);