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