#ceac97
a light, soft orange · warm · closest name: tan
RGB
206, 172, 151
HSL
23°, 36%, 70%
CMYK
0, 17, 27, 19
Luminance
0.4486
Every format
| HEX | #ceac97 |
| RGB | rgb(206, 172, 151) |
| HSL | hsl(23, 36%, 70%) |
| CMYK | cmyk(0%, 17%, 27%, 19%) |
| LAB | lab(72.8 9.2 15.4) |
| LCH | lch(72.8 18.0 59.2) |
| OKLCH | oklch(0.769 0.049 53.5) |
Copy-ready code
/* CSS */
color: #ceac97;
background-color: #ceac97;
/* Tailwind (arbitrary) */
class="text-[#ceac97] bg-[#ceac97]"
/* SCSS */
$brand: #ceac97;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.592)
/* Android */
Color.parseColor("#ceac97")Accessibility — WCAG contrast
Aa
#ceac97 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac97 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow26.7%
Key (black)19.2%
Color previews
#ceac97 text on a black background
contrast 9.97:1
Card sample
#ceac97 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac97;
Background color
Panel with #ceac97 background
background-color: #ceac97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac97; background: linear-gradient(135deg, #ceac97, #CBCE97);