#ceaf71
a balanced, vivid yellow · warm · closest name: tan
RGB
206, 175, 113
HSL
40°, 49%, 63%
CMYK
0, 15, 45, 19
Luminance
0.4497
Every format
| HEX | #ceaf71 |
| RGB | rgb(206, 175, 113) |
| HSL | hsl(40, 49%, 63%) |
| CMYK | cmyk(0%, 15%, 45%, 19%) |
| LAB | lab(72.9 3.0 35.9) |
| LCH | lch(72.9 36.0 85.2) |
| OKLCH | oklch(0.767 0.088 83.9) |
Copy-ready code
/* CSS */
color: #ceaf71;
background-color: #ceaf71;
/* Tailwind (arbitrary) */
class="text-[#ceaf71] bg-[#ceaf71]"
/* SCSS */
$brand: #ceaf71;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.443)
/* Android */
Color.parseColor("#ceaf71")Accessibility — WCAG contrast
Aa
#ceaf71 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf71 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow45.1%
Key (black)19.2%
Color previews
#ceaf71 text on a black background
contrast 9.99:1
Card sample
#ceaf71 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf71;
Background color
Panel with #ceaf71 background
background-color: #ceaf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf71; background: linear-gradient(135deg, #ceaf71, #AFCE71);