#ceba9c
a light, soft orange · warm · closest name: tan
RGB
206, 186, 156
HSL
36°, 34%, 71%
CMYK
0, 10, 24, 19
Luminance
0.5064
Every format
| HEX | #ceba9c |
| RGB | rgb(206, 186, 156) |
| HSL | hsl(36, 34%, 71%) |
| CMYK | cmyk(0%, 10%, 24%, 19%) |
| LAB | lab(76.5 2.4 17.8) |
| LCH | lch(76.5 18.0 82.3) |
| OKLCH | oklch(0.798 0.047 78.0) |
Copy-ready code
/* CSS */
color: #ceba9c;
background-color: #ceba9c;
/* Tailwind (arbitrary) */
class="text-[#ceba9c] bg-[#ceba9c]"
/* SCSS */
$brand: #ceba9c;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.612)
/* Android */
Color.parseColor("#ceba9c")Accessibility — WCAG contrast
Aa
#ceba9c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba9c on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow24.3%
Key (black)19.2%
Color previews
#ceba9c text on a black background
contrast 11.13:1
Card sample
#ceba9c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba9c;
Background color
Panel with #ceba9c background
background-color: #ceba9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba9c; background: linear-gradient(135deg, #ceba9c, #C1CE9C);