#cebaad
a light, soft orange · warm · closest name: silver
RGB
206, 186, 173
HSL
24°, 25%, 74%
CMYK
0, 10, 16, 19
Luminance
0.5126
Every format
| HEX | #cebaad |
| RGB | rgb(206, 186, 173) |
| HSL | hsl(24, 25%, 74%) |
| CMYK | cmyk(0%, 10%, 16%, 19%) |
| LAB | lab(76.8 5.0 9.2) |
| LCH | lch(76.8 10.4 61.6) |
| OKLCH | oklch(0.802 0.029 55.2) |
Copy-ready code
/* CSS */
color: #cebaad;
background-color: #cebaad;
/* Tailwind (arbitrary) */
class="text-[#cebaad] bg-[#cebaad]"
/* SCSS */
$brand: #cebaad;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#cebaad")Accessibility — WCAG contrast
Aa
#cebaad on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaad on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow16.0%
Key (black)19.2%
Color previews
#cebaad text on a black background
contrast 11.25:1
Card sample
#cebaad text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaad;
Background color
Panel with #cebaad background
background-color: #cebaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaad; background: linear-gradient(135deg, #cebaad, #CCCEAD);