#ceb7ae
a light, soft orange · warm · closest name: silver
RGB
206, 183, 174
HSL
17°, 25%, 75%
CMYK
0, 11, 16, 19
Luminance
0.5004
Every format
| HEX | #ceb7ae |
| RGB | rgb(206, 183, 174) |
| HSL | hsl(17, 25%, 75%) |
| CMYK | cmyk(0%, 11%, 16%, 19%) |
| LAB | lab(76.1 6.7 7.6) |
| LCH | lch(76.1 10.1 48.4) |
| OKLCH | oklch(0.796 0.029 42.6) |
Copy-ready code
/* CSS */
color: #ceb7ae;
background-color: #ceb7ae;
/* Tailwind (arbitrary) */
class="text-[#ceb7ae] bg-[#ceb7ae]"
/* SCSS */
$brand: #ceb7ae;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.682)
/* Android */
Color.parseColor("#ceb7ae")Accessibility — WCAG contrast
Aa
#ceb7ae on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7ae on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow15.5%
Key (black)19.2%
Color previews
#ceb7ae text on a black background
contrast 11.01:1
Card sample
#ceb7ae text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7ae;
Background color
Panel with #ceb7ae background
background-color: #ceb7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7ae; background: linear-gradient(135deg, #ceb7ae, #CECCAE);