#ceac9f
a light, soft orange · warm · closest name: tan
RGB
206, 172, 159
HSL
17°, 32%, 72%
CMYK
0, 17, 23, 19
Luminance
0.4513
Every format
| HEX | #ceac9f |
| RGB | rgb(206, 172, 159) |
| HSL | hsl(17, 32%, 72%) |
| CMYK | cmyk(0%, 17%, 23%, 19%) |
| LAB | lab(73.0 10.3 11.3) |
| LCH | lch(73.0 15.3 47.5) |
| OKLCH | oklch(0.771 0.044 42.0) |
Copy-ready code
/* CSS */
color: #ceac9f;
background-color: #ceac9f;
/* Tailwind (arbitrary) */
class="text-[#ceac9f] bg-[#ceac9f]"
/* SCSS */
$brand: #ceac9f;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.624)
/* Android */
Color.parseColor("#ceac9f")Accessibility — WCAG contrast
Aa
#ceac9f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac9f on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow22.8%
Key (black)19.2%
Color previews
#ceac9f text on a black background
contrast 10.03:1
Card sample
#ceac9f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac9f;
Background color
Panel with #ceac9f background
background-color: #ceac9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac9f; background: linear-gradient(135deg, #ceac9f, #CECB9F);