#cebfdb
a light, soft violet · warm · closest name: lavender
RGB
206, 191, 219
HSL
272°, 28%, 80%
CMYK
6, 13, 0, 14
Luminance
0.5550
Every format
| HEX | #cebfdb |
| RGB | rgb(206, 191, 219) |
| HSL | hsl(272, 28%, 80%) |
| CMYK | cmyk(6%, 13%, 0%, 14%) |
| LAB | lab(79.3 10.4 -12.1) |
| LCH | lch(79.3 15.9 310.9) |
| OKLCH | oklch(0.826 0.042 309.4) |
Copy-ready code
/* CSS */
color: #cebfdb;
background-color: #cebfdb;
/* Tailwind (arbitrary) */
class="text-[#cebfdb] bg-[#cebfdb]"
/* SCSS */
$brand: #cebfdb;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#cebfdb")Accessibility — WCAG contrast
Aa
#cebfdb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfdb on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cebfdb text on a black background
contrast 12.10:1
Card sample
#cebfdb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfdb;
Background color
Panel with #cebfdb background
background-color: #cebfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfdb; background: linear-gradient(135deg, #cebfdb, #DBBFD5);