#cebab2
a light, soft orange · warm · closest name: silver
RGB
206, 186, 178
HSL
17°, 22%, 75%
CMYK
0, 10, 14, 19
Luminance
0.5145
Every format
| HEX | #cebab2 |
| RGB | rgb(206, 186, 178) |
| HSL | hsl(17, 22%, 75%) |
| CMYK | cmyk(0%, 10%, 14%, 19%) |
| LAB | lab(77.0 5.8 6.6) |
| LCH | lch(77.0 8.8 49.0) |
| OKLCH | oklch(0.803 0.025 43.1) |
Copy-ready code
/* CSS */
color: #cebab2;
background-color: #cebab2;
/* Tailwind (arbitrary) */
class="text-[#cebab2] bg-[#cebab2]"
/* SCSS */
$brand: #cebab2;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#cebab2")Accessibility — WCAG contrast
Aa
#cebab2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebab2 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow13.6%
Key (black)19.2%
Color previews
#cebab2 text on a black background
contrast 11.29:1
Card sample
#cebab2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebab2;
Background color
Panel with #cebab2 background
background-color: #cebab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebab2; background: linear-gradient(135deg, #cebab2, #CECDB2);