#cebed2
a light, soft violet · warm · closest name: silver
RGB
206, 190, 210
HSL
288°, 18%, 78%
CMYK
2, 10, 0, 18
Luminance
0.5460
Every format
| HEX | #cebed2 |
| RGB | rgb(206, 190, 210) |
| HSL | hsl(288, 18%, 78%) |
| CMYK | cmyk(2%, 10%, 0%, 18%) |
| LAB | lab(78.8 9.2 -8.0) |
| LCH | lch(78.8 12.2 319.2) |
| OKLCH | oklch(0.821 0.033 319.5) |
Copy-ready code
/* CSS */
color: #cebed2;
background-color: #cebed2;
/* Tailwind (arbitrary) */
class="text-[#cebed2] bg-[#cebed2]"
/* SCSS */
$brand: #cebed2;
/* SwiftUI */
Color(red: 0.808, green: 0.745, blue: 0.824)
/* Android */
Color.parseColor("#cebed2")Accessibility — WCAG contrast
Aa
#cebed2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebed2 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.5%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta9.5%
Yellow0.0%
Key (black)17.6%
Color previews
#cebed2 text on a black background
contrast 11.92:1
Card sample
#cebed2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebed2;
Background color
Panel with #cebed2 background
background-color: #cebed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 190, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 190, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebed2; background: linear-gradient(135deg, #cebed2, #D2BEC9);