#cebabc
a light, soft red · warm · closest name: silver
RGB
206, 186, 188
HSL
354°, 17%, 77%
CMYK
0, 10, 9, 19
Luminance
0.5187
Every format
| HEX | #cebabc |
| RGB | rgb(206, 186, 188) |
| HSL | hsl(354, 17%, 77%) |
| CMYK | cmyk(0%, 10%, 9%, 19%) |
| LAB | lab(77.2 7.4 1.6) |
| LCH | lch(77.2 7.6 11.9) |
| OKLCH | oklch(0.806 0.023 10.7) |
Copy-ready code
/* CSS */
color: #cebabc;
background-color: #cebabc;
/* Tailwind (arbitrary) */
class="text-[#cebabc] bg-[#cebabc]"
/* SCSS */
$brand: #cebabc;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#cebabc")Accessibility — WCAG contrast
Aa
#cebabc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebabc on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow8.7%
Key (black)19.2%
Color previews
#cebabc text on a black background
contrast 11.37:1
Card sample
#cebabc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebabc;
Background color
Panel with #cebabc background
background-color: #cebabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebabc; background: linear-gradient(135deg, #cebabc, #CEC5BA);