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