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