#cebfd2
a light, soft violet · warm · closest name: silver
RGB
206, 191, 210
HSL
287°, 17%, 79%
CMYK
2, 9, 0, 18
Luminance
0.5504
Every format
| HEX | #cebfd2 |
| RGB | rgb(206, 191, 210) |
| HSL | hsl(287, 17%, 79%) |
| CMYK | cmyk(2%, 9%, 0%, 18%) |
| LAB | lab(79.1 8.7 -7.6) |
| LCH | lch(79.1 11.6 318.9) |
| OKLCH | oklch(0.823 0.031 319.1) |
Copy-ready code
/* CSS */
color: #cebfd2;
background-color: #cebfd2;
/* Tailwind (arbitrary) */
class="text-[#cebfd2] bg-[#cebfd2]"
/* SCSS */
$brand: #cebfd2;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#cebfd2")Accessibility — WCAG contrast
Aa
#cebfd2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfd2 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cebfd2 text on a black background
contrast 12.01:1
Card sample
#cebfd2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfd2;
Background color
Panel with #cebfd2 background
background-color: #cebfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfd2; background: linear-gradient(135deg, #cebfd2, #D2BFC9);