#ceb9af
a light, soft orange · warm · closest name: silver
RGB
206, 185, 175
HSL
19°, 24%, 75%
CMYK
0, 10, 15, 19
Luminance
0.5091
Every format
| HEX | #ceb9af |
| RGB | rgb(206, 185, 175) |
| HSL | hsl(19, 24%, 75%) |
| CMYK | cmyk(0%, 10%, 15%, 19%) |
| LAB | lab(76.6 5.8 7.8) |
| LCH | lch(76.6 9.7 53.2) |
| OKLCH | oklch(0.801 0.028 47.2) |
Copy-ready code
/* CSS */
color: #ceb9af;
background-color: #ceb9af;
/* Tailwind (arbitrary) */
class="text-[#ceb9af] bg-[#ceb9af]"
/* SCSS */
$brand: #ceb9af;
/* SwiftUI */
Color(red: 0.808, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#ceb9af")Accessibility — WCAG contrast
Aa
#ceb9af on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb9af on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow15.0%
Key (black)19.2%
Color previews
#ceb9af text on a black background
contrast 11.18:1
Card sample
#ceb9af text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb9af;
Background color
Panel with #ceb9af background
background-color: #ceb9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb9af; background: linear-gradient(135deg, #ceb9af, #CECEAF);