#ceaf8d
a light, soft orange · warm · closest name: tan
RGB
206, 175, 141
HSL
31°, 40%, 68%
CMYK
0, 15, 32, 19
Luminance
0.4570
Every format
| HEX | #ceaf8d |
| RGB | rgb(206, 175, 141) |
| HSL | hsl(31, 40%, 68%) |
| CMYK | cmyk(0%, 15%, 32%, 19%) |
| LAB | lab(73.3 6.3 21.6) |
| LCH | lch(73.3 22.5 73.9) |
| OKLCH | oklch(0.773 0.059 69.4) |
Copy-ready code
/* CSS */
color: #ceaf8d;
background-color: #ceaf8d;
/* Tailwind (arbitrary) */
class="text-[#ceaf8d] bg-[#ceaf8d]"
/* SCSS */
$brand: #ceaf8d;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#ceaf8d")Accessibility — WCAG contrast
Aa
#ceaf8d on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf8d on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow31.6%
Key (black)19.2%
Color previews
#ceaf8d text on a black background
contrast 10.14:1
Card sample
#ceaf8d text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf8d;
Background color
Panel with #ceaf8d background
background-color: #ceaf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf8d; background: linear-gradient(135deg, #ceaf8d, #C2CE8D);