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