#cbafd1
a light, soft violet · warm · closest name: plum
RGB
203, 175, 209
HSL
289°, 27%, 75%
CMYK
3, 16, 0, 18
Luminance
0.4796
Every format
| HEX | #cbafd1 |
| RGB | rgb(203, 175, 209) |
| HSL | hsl(289, 27%, 75%) |
| CMYK | cmyk(3%, 16%, 0%, 18%) |
| LAB | lab(74.8 16.1 -13.4) |
| LCH | lch(74.8 21.0 320.2) |
| OKLCH | oklch(0.789 0.056 320.3) |
Copy-ready code
/* CSS */
color: #cbafd1;
background-color: #cbafd1;
/* Tailwind (arbitrary) */
class="text-[#cbafd1] bg-[#cbafd1]"
/* SCSS */
$brand: #cbafd1;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#cbafd1")Accessibility — WCAG contrast
Aa
#cbafd1 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafd1 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue82.0%
CMYK percentages
Cyan2.9%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#cbafd1 text on a black background
contrast 10.59:1
Card sample
#cbafd1 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafd1;
Background color
Panel with #cbafd1 background
background-color: #cbafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafd1; background: linear-gradient(135deg, #cbafd1, #D1AFC0);