#ceac98
a light, soft orange · warm · closest name: tan
RGB
206, 172, 152
HSL
22°, 36%, 70%
CMYK
0, 17, 26, 19
Luminance
0.4489
Every format
| HEX | #ceac98 |
| RGB | rgb(206, 172, 152) |
| HSL | hsl(22, 36%, 70%) |
| CMYK | cmyk(0%, 17%, 26%, 19%) |
| LAB | lab(72.8 9.3 14.9) |
| LCH | lch(72.8 17.6 57.9) |
| OKLCH | oklch(0.769 0.049 52.2) |
Copy-ready code
/* CSS */
color: #ceac98;
background-color: #ceac98;
/* Tailwind (arbitrary) */
class="text-[#ceac98] bg-[#ceac98]"
/* SCSS */
$brand: #ceac98;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.596)
/* Android */
Color.parseColor("#ceac98")Accessibility — WCAG contrast
Aa
#ceac98 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac98 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow26.2%
Key (black)19.2%
Color previews
#ceac98 text on a black background
contrast 9.98:1
Card sample
#ceac98 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac98;
Background color
Panel with #ceac98 background
background-color: #ceac98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac98; background: linear-gradient(135deg, #ceac98, #CCCE98);