#cebab6
a light, soft red · warm · closest name: silver
RGB
206, 186, 182
HSL
10°, 20%, 76%
CMYK
0, 10, 12, 19
Luminance
0.5162
Every format
| HEX | #cebab6 |
| RGB | rgb(206, 186, 182) |
| HSL | hsl(10, 20%, 76%) |
| CMYK | cmyk(0%, 10%, 12%, 19%) |
| LAB | lab(77.0 6.4 4.6) |
| LCH | lch(77.0 7.9 35.7) |
| OKLCH | oklch(0.805 0.024 31.1) |
Copy-ready code
/* CSS */
color: #cebab6;
background-color: #cebab6;
/* Tailwind (arbitrary) */
class="text-[#cebab6] bg-[#cebab6]"
/* SCSS */
$brand: #cebab6;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.714)
/* Android */
Color.parseColor("#cebab6")Accessibility — WCAG contrast
Aa
#cebab6 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebab6 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow11.7%
Key (black)19.2%
Color previews
#cebab6 text on a black background
contrast 11.32:1
Card sample
#cebab6 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebab6;
Background color
Panel with #cebab6 background
background-color: #cebab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebab6; background: linear-gradient(135deg, #cebab6, #CECAB6);