#ceab4f
a balanced, vivid yellow · warm · closest name: peru
RGB
206, 171, 79
HSL
44°, 56%, 56%
CMYK
0, 17, 62, 19
Luminance
0.4281
Every format
| HEX | #ceab4f |
| RGB | rgb(206, 171, 79) |
| HSL | hsl(44, 56%, 56%) |
| CMYK | cmyk(0%, 17%, 62%, 19%) |
| LAB | lab(71.4 2.3 51.1) |
| LCH | lch(71.4 51.1 87.5) |
| OKLCH | oklch(0.755 0.118 88.4) |
Copy-ready code
/* CSS */
color: #ceab4f;
background-color: #ceab4f;
/* Tailwind (arbitrary) */
class="text-[#ceab4f] bg-[#ceab4f]"
/* SCSS */
$brand: #ceab4f;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.310)
/* Android */
Color.parseColor("#ceab4f")Accessibility — WCAG contrast
Aa
#ceab4f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceab4f on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow61.7%
Key (black)19.2%
Color previews
#ceab4f text on a black background
contrast 9.56:1
Card sample
#ceab4f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceab4f;
Background color
Panel with #ceab4f background
background-color: #ceab4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceab4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceab4f; background: linear-gradient(135deg, #ceab4f, #9CCE4F);