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