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