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