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