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