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