#cbafdc
a light, soft violet · warm · closest name: plum
RGB
203, 175, 220
HSL
277°, 39%, 78%
CMYK
8, 21, 0, 14
Luminance
0.4852
Every format
| HEX | #cbafdc |
| RGB | rgb(203, 175, 220) |
| HSL | hsl(277, 39%, 78%) |
| CMYK | cmyk(8%, 21%, 0%, 14%) |
| LAB | lab(75.2 18.3 -18.9) |
| LCH | lch(75.2 26.3 314.1) |
| OKLCH | oklch(0.793 0.070 312.6) |
Copy-ready code
/* CSS */
color: #cbafdc;
background-color: #cbafdc;
/* Tailwind (arbitrary) */
class="text-[#cbafdc] bg-[#cbafdc]"
/* SCSS */
$brand: #cbafdc;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#cbafdc")Accessibility — WCAG contrast
Aa
#cbafdc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafdc on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue86.3%
CMYK percentages
Cyan7.7%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cbafdc text on a black background
contrast 10.70:1
Card sample
#cbafdc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafdc;
Background color
Panel with #cbafdc background
background-color: #cbafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafdc; background: linear-gradient(135deg, #cbafdc, #DCAFCF);