#cfbddb
a light, soft violet · warm · closest name: lavender
RGB
207, 189, 219
HSL
276°, 29%, 80%
CMYK
6, 14, 0, 14
Luminance
0.5478
Every format
| HEX | #cfbddb |
| RGB | rgb(207, 189, 219) |
| HSL | hsl(276, 29%, 80%) |
| CMYK | cmyk(6%, 14%, 0%, 14%) |
| LAB | lab(78.9 11.8 -12.7) |
| LCH | lch(78.9 17.3 313.1) |
| OKLCH | oklch(0.823 0.046 311.9) |
Copy-ready code
/* CSS */
color: #cfbddb;
background-color: #cfbddb;
/* Tailwind (arbitrary) */
class="text-[#cfbddb] bg-[#cfbddb]"
/* SCSS */
$brand: #cfbddb;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.859)
/* Android */
Color.parseColor("#cfbddb")Accessibility — WCAG contrast
Aa
#cfbddb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbddb on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta13.7%
Yellow0.0%
Key (black)14.1%
Color previews
#cfbddb text on a black background
contrast 11.96:1
Card sample
#cfbddb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbddb;
Background color
Panel with #cfbddb background
background-color: #cfbddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbddb; background: linear-gradient(135deg, #cfbddb, #DBBDD3);