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