#ceac85
a light, soft orange · warm · closest name: tan
RGB
206, 172, 133
HSL
32°, 43%, 67%
CMYK
0, 17, 35, 19
Luminance
0.4432
Every format
| HEX | #ceac85 |
| RGB | rgb(206, 172, 133) |
| HSL | hsl(32, 43%, 67%) |
| CMYK | cmyk(0%, 17%, 35%, 19%) |
| LAB | lab(72.4 6.9 24.7) |
| LCH | lch(72.4 25.6 74.5) |
| OKLCH | oklch(0.765 0.066 70.4) |
Copy-ready code
/* CSS */
color: #ceac85;
background-color: #ceac85;
/* Tailwind (arbitrary) */
class="text-[#ceac85] bg-[#ceac85]"
/* SCSS */
$brand: #ceac85;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.522)
/* Android */
Color.parseColor("#ceac85")Accessibility — WCAG contrast
Aa
#ceac85 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac85 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow35.4%
Key (black)19.2%
Color previews
#ceac85 text on a black background
contrast 9.86:1
Card sample
#ceac85 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac85;
Background color
Panel with #ceac85 background
background-color: #ceac85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac85; background: linear-gradient(135deg, #ceac85, #BFCE85);