#cdbfe2
a light, soft violet · warm · closest name: lavender
RGB
205, 191, 226
HSL
264°, 38%, 82%
CMYK
9, 16, 0, 11
Luminance
0.5573
Every format
| HEX | #cdbfe2 |
| RGB | rgb(205, 191, 226) |
| HSL | hsl(264, 38%, 82%) |
| CMYK | cmyk(9%, 16%, 0%, 11%) |
| LAB | lab(79.5 11.5 -15.6) |
| LCH | lch(79.5 19.4 306.3) |
| OKLCH | oklch(0.827 0.051 303.5) |
Copy-ready code
/* CSS */
color: #cdbfe2;
background-color: #cdbfe2;
/* Tailwind (arbitrary) */
class="text-[#cdbfe2] bg-[#cdbfe2]"
/* SCSS */
$brand: #cdbfe2;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#cdbfe2")Accessibility — WCAG contrast
Aa
#cdbfe2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfe2 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue88.6%
CMYK percentages
Cyan9.3%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#cdbfe2 text on a black background
contrast 12.15:1
Card sample
#cdbfe2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfe2;
Background color
Panel with #cdbfe2 background
background-color: #cdbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfe2; background: linear-gradient(135deg, #cdbfe2, #E2BFE0);