#ceba97
a light, soft orange · warm · closest name: tan
RGB
206, 186, 151
HSL
38°, 36%, 70%
CMYK
0, 10, 27, 19
Luminance
0.5047
Every format
| HEX | #ceba97 |
| RGB | rgb(206, 186, 151) |
| HSL | hsl(38, 36%, 70%) |
| CMYK | cmyk(0%, 10%, 27%, 19%) |
| LAB | lab(76.4 1.7 20.4) |
| LCH | lch(76.4 20.4 85.2) |
| OKLCH | oklch(0.797 0.052 81.6) |
Copy-ready code
/* CSS */
color: #ceba97;
background-color: #ceba97;
/* Tailwind (arbitrary) */
class="text-[#ceba97] bg-[#ceba97]"
/* SCSS */
$brand: #ceba97;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.592)
/* Android */
Color.parseColor("#ceba97")Accessibility — WCAG contrast
Aa
#ceba97 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba97 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow26.7%
Key (black)19.2%
Color previews
#ceba97 text on a black background
contrast 11.09:1
Card sample
#ceba97 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba97;
Background color
Panel with #ceba97 background
background-color: #ceba97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba97; background: linear-gradient(135deg, #ceba97, #BDCE97);