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