#ceac8d
a light, soft orange · warm · closest name: tan
RGB
206, 172, 141
HSL
29°, 40%, 68%
CMYK
0, 17, 32, 19
Luminance
0.4455
Every format
| HEX | #ceac8d |
| RGB | rgb(206, 172, 141) |
| HSL | hsl(29, 40%, 68%) |
| CMYK | cmyk(0%, 17%, 32%, 19%) |
| LAB | lab(72.6 7.9 20.6) |
| LCH | lch(72.6 22.0 69.1) |
| OKLCH | oklch(0.767 0.058 64.2) |
Copy-ready code
/* CSS */
color: #ceac8d;
background-color: #ceac8d;
/* Tailwind (arbitrary) */
class="text-[#ceac8d] bg-[#ceac8d]"
/* SCSS */
$brand: #ceac8d;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.553)
/* Android */
Color.parseColor("#ceac8d")Accessibility — WCAG contrast
Aa
#ceac8d on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac8d on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow31.6%
Key (black)19.2%
Color previews
#ceac8d text on a black background
contrast 9.91:1
Card sample
#ceac8d text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac8d;
Background color
Panel with #ceac8d background
background-color: #ceac8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac8d; background: linear-gradient(135deg, #ceac8d, #C5CE8D);