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