#cfbadb
a light, soft violet · warm · closest name: lavender
RGB
207, 186, 219
HSL
278°, 31%, 79%
CMYK
6, 15, 0, 14
Luminance
0.5350
Every format
| HEX | #cfbadb |
| RGB | rgb(207, 186, 219) |
| HSL | hsl(278, 31%, 79%) |
| CMYK | cmyk(6%, 15%, 0%, 14%) |
| LAB | lab(78.2 13.5 -13.8) |
| LCH | lch(78.2 19.3 314.3) |
| OKLCH | oklch(0.817 0.051 313.3) |
Copy-ready code
/* CSS */
color: #cfbadb;
background-color: #cfbadb;
/* Tailwind (arbitrary) */
class="text-[#cfbadb] bg-[#cfbadb]"
/* SCSS */
$brand: #cfbadb;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.859)
/* Android */
Color.parseColor("#cfbadb")Accessibility — WCAG contrast
Aa
#cfbadb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbadb on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta15.1%
Yellow0.0%
Key (black)14.1%
Color previews
#cfbadb text on a black background
contrast 11.70:1
Card sample
#cfbadb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbadb;
Background color
Panel with #cfbadb background
background-color: #cfbadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbadb; background: linear-gradient(135deg, #cfbadb, #DBBAD1);