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