#ceaa84
a light, soft orange · warm · closest name: tan
RGB
206, 170, 132
HSL
31°, 43%, 66%
CMYK
0, 18, 36, 19
Luminance
0.4354
Every format
| HEX | #ceaa84 |
| RGB | rgb(206, 170, 132) |
| HSL | hsl(31, 43%, 66%) |
| CMYK | cmyk(0%, 18%, 36%, 19%) |
| LAB | lab(71.9 7.8 24.5) |
| LCH | lch(71.9 25.8 72.3) |
| OKLCH | oklch(0.761 0.066 68.1) |
Copy-ready code
/* CSS */
color: #ceaa84;
background-color: #ceaa84;
/* Tailwind (arbitrary) */
class="text-[#ceaa84] bg-[#ceaa84]"
/* SCSS */
$brand: #ceaa84;
/* SwiftUI */
Color(red: 0.808, green: 0.667, blue: 0.518)
/* Android */
Color.parseColor("#ceaa84")Accessibility — WCAG contrast
Aa
#ceaa84 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaa84 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.7%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow35.9%
Key (black)19.2%
Color previews
#ceaa84 text on a black background
contrast 9.71:1
Card sample
#ceaa84 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaa84;
Background color
Panel with #ceaa84 background
background-color: #ceaa84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaa84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 170, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 170, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaa84; background: linear-gradient(135deg, #ceaa84, #C1CE84);