#ceaf84
a light, soft orange · warm · closest name: tan
RGB
206, 175, 132
HSL
35°, 43%, 66%
CMYK
0, 15, 36, 19
Luminance
0.4545
Every format
| HEX | #ceaf84 |
| RGB | rgb(206, 175, 132) |
| HSL | hsl(35, 43%, 66%) |
| CMYK | cmyk(0%, 15%, 36%, 19%) |
| LAB | lab(73.2 5.1 26.2) |
| LCH | lch(73.2 26.7 78.9) |
| OKLCH | oklch(0.771 0.068 75.5) |
Copy-ready code
/* CSS */
color: #ceaf84;
background-color: #ceaf84;
/* Tailwind (arbitrary) */
class="text-[#ceaf84] bg-[#ceaf84]"
/* SCSS */
$brand: #ceaf84;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.518)
/* Android */
Color.parseColor("#ceaf84")Accessibility — WCAG contrast
Aa
#ceaf84 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf84 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow35.9%
Key (black)19.2%
Color previews
#ceaf84 text on a black background
contrast 10.09:1
Card sample
#ceaf84 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf84;
Background color
Panel with #ceaf84 background
background-color: #ceaf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf84; background: linear-gradient(135deg, #ceaf84, #BCCE84);