#ceab9b
a light, soft orange · warm · closest name: tan
RGB
206, 171, 155
HSL
19°, 34%, 71%
CMYK
0, 17, 25, 19
Luminance
0.4461
Every format
| HEX | #ceab9b |
| RGB | rgb(206, 171, 155) |
| HSL | hsl(19, 34%, 71%) |
| CMYK | cmyk(0%, 17%, 25%, 19%) |
| LAB | lab(72.6 10.3 13.0) |
| LCH | lch(72.6 16.6 51.6) |
| OKLCH | oklch(0.768 0.047 45.9) |
Copy-ready code
/* CSS */
color: #ceab9b;
background-color: #ceab9b;
/* Tailwind (arbitrary) */
class="text-[#ceab9b] bg-[#ceab9b]"
/* SCSS */
$brand: #ceab9b;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.608)
/* Android */
Color.parseColor("#ceab9b")Accessibility — WCAG contrast
Aa
#ceab9b on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceab9b on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow24.8%
Key (black)19.2%
Color previews
#ceab9b text on a black background
contrast 9.92:1
Card sample
#ceab9b text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceab9b;
Background color
Panel with #ceab9b background
background-color: #ceab9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceab9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceab9b; background: linear-gradient(135deg, #ceab9b, #CECD9B);