#cebad2
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 186, 210
HSL
290°, 21%, 78%
CMYK
2, 11, 0, 18
Luminance
0.5289
Every format
| HEX | #cebad2 |
| RGB | rgb(206, 186, 210) |
| HSL | hsl(290, 21%, 78%) |
| CMYK | cmyk(2%, 11%, 0%, 18%) |
| LAB | lab(77.8 11.4 -9.4) |
| LCH | lch(77.8 14.8 320.3) |
| OKLCH | oklch(0.813 0.040 320.6) |
Copy-ready code
/* CSS */
color: #cebad2;
background-color: #cebad2;
/* Tailwind (arbitrary) */
class="text-[#cebad2] bg-[#cebad2]"
/* SCSS */
$brand: #cebad2;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.824)
/* Android */
Color.parseColor("#cebad2")Accessibility — WCAG contrast
Aa
#cebad2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebad2 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta11.4%
Yellow0.0%
Key (black)17.6%
Color previews
#cebad2 text on a black background
contrast 11.58:1
Card sample
#cebad2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebad2;
Background color
Panel with #cebad2 background
background-color: #cebad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebad2; background: linear-gradient(135deg, #cebad2, #D2BAC6);