#ceaa87
a light, soft orange · warm · closest name: tan
RGB
206, 170, 135
HSL
30°, 42%, 67%
CMYK
0, 18, 35, 19
Luminance
0.4362
Every format
| HEX | #ceaa87 |
| RGB | rgb(206, 170, 135) |
| HSL | hsl(30, 42%, 67%) |
| CMYK | cmyk(0%, 18%, 35%, 19%) |
| LAB | lab(72.0 8.2 23.0) |
| LCH | lch(72.0 24.4 70.4) |
| OKLCH | oklch(0.761 0.064 65.8) |
Copy-ready code
/* CSS */
color: #ceaa87;
background-color: #ceaa87;
/* Tailwind (arbitrary) */
class="text-[#ceaa87] bg-[#ceaa87]"
/* SCSS */
$brand: #ceaa87;
/* SwiftUI */
Color(red: 0.808, green: 0.667, blue: 0.529)
/* Android */
Color.parseColor("#ceaa87")Accessibility — WCAG contrast
Aa
#ceaa87 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaa87 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.7%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow34.5%
Key (black)19.2%
Color previews
#ceaa87 text on a black background
contrast 9.72:1
Card sample
#ceaa87 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaa87;
Background color
Panel with #ceaa87 background
background-color: #ceaa87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaa87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 170, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 170, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaa87; background: linear-gradient(135deg, #ceaa87, #C3CE87);