#ceaf89
a light, soft orange · warm · “tan”
RGB
206, 175, 137
HSL
33°, 41%, 67%
CMYK
0, 15, 34, 19
Luminance
0.4559
Every format
| HEX | #ceaf89 |
| RGB | rgb(206, 175, 137) |
| HSL | hsl(33, 41%, 67%) |
| CMYK | cmyk(0%, 15%, 34%, 19%) |
| LAB | lab(73.3 5.7 23.7) |
| LCH | lch(73.3 24.4 76.4) |
| OKLCH | oklch(0.772 0.063 72.4) |
Copy-ready code
/* CSS */
color: #ceaf89;
background-color: #ceaf89;
/* Tailwind (arbitrary) */
class="text-[#ceaf89] bg-[#ceaf89]"
/* SCSS */
$brand: #ceaf89;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.537)
/* Android */
Color.parseColor("#ceaf89")Accessibility — WCAG contrast
Aa
#ceaf89 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf89 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow33.5%
Key (black)19.2%
Color previews
#ceaf89 text on a black background
contrast 10.12:1
Card sample
#ceaf89 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf89;
Background color
Panel with #ceaf89 background
background-color: #ceaf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf89; background: linear-gradient(135deg, #ceaf89, #BFCE89);