#ceac9d
a light, soft orange · warm · closest name: tan
RGB
206, 172, 157
HSL
18°, 33%, 71%
CMYK
0, 17, 24, 19
Luminance
0.4506
Every format
| HEX | #ceac9d |
| RGB | rgb(206, 172, 157) |
| HSL | hsl(18, 33%, 71%) |
| CMYK | cmyk(0%, 17%, 24%, 19%) |
| LAB | lab(72.9 10.1 12.3) |
| LCH | lch(72.9 15.9 50.8) |
| OKLCH | oklch(0.770 0.045 45.1) |
Copy-ready code
/* CSS */
color: #ceac9d;
background-color: #ceac9d;
/* Tailwind (arbitrary) */
class="text-[#ceac9d] bg-[#ceac9d]"
/* SCSS */
$brand: #ceac9d;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.616)
/* Android */
Color.parseColor("#ceac9d")Accessibility — WCAG contrast
Aa
#ceac9d on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac9d on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow23.8%
Key (black)19.2%
Color previews
#ceac9d text on a black background
contrast 10.01:1
Card sample
#ceac9d text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac9d;
Background color
Panel with #ceac9d background
background-color: #ceac9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac9d; background: linear-gradient(135deg, #ceac9d, #CECD9D);