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