#ceaf9d
a light, soft orange · warm · closest name: tan
RGB
206, 175, 157
HSL
22°, 33%, 71%
CMYK
0, 15, 24, 19
Luminance
0.4622
Every format
| HEX | #ceaf9d |
| RGB | rgb(206, 175, 157) |
| HSL | hsl(22, 33%, 71%) |
| CMYK | cmyk(0%, 15%, 24%, 19%) |
| LAB | lab(73.7 8.4 13.4) |
| LCH | lch(73.7 15.8 57.8) |
| OKLCH | oklch(0.776 0.044 51.9) |
Copy-ready code
/* CSS */
color: #ceaf9d;
background-color: #ceaf9d;
/* Tailwind (arbitrary) */
class="text-[#ceaf9d] bg-[#ceaf9d]"
/* SCSS */
$brand: #ceaf9d;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.616)
/* Android */
Color.parseColor("#ceaf9d")Accessibility — WCAG contrast
Aa
#ceaf9d on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf9d on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow23.8%
Key (black)19.2%
Color previews
#ceaf9d text on a black background
contrast 10.24:1
Card sample
#ceaf9d text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf9d;
Background color
Panel with #ceaf9d background
background-color: #ceaf9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf9d; background: linear-gradient(135deg, #ceaf9d, #CCCE9D);