#cbafd3
a light, soft violet · warm · closest name: plum
RGB
203, 175, 211
HSL
287°, 29%, 76%
CMYK
4, 17, 0, 17
Luminance
0.4806
Every format
| HEX | #cbafd3 |
| RGB | rgb(203, 175, 211) |
| HSL | hsl(287, 29%, 76%) |
| CMYK | cmyk(4%, 17%, 0%, 17%) |
| LAB | lab(74.9 16.5 -14.4) |
| LCH | lch(74.9 21.9 318.9) |
| OKLCH | oklch(0.790 0.059 318.7) |
Copy-ready code
/* CSS */
color: #cbafd3;
background-color: #cbafd3;
/* Tailwind (arbitrary) */
class="text-[#cbafd3] bg-[#cbafd3]"
/* SCSS */
$brand: #cbafd3;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#cbafd3")Accessibility — WCAG contrast
Aa
#cbafd3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafd3 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue82.7%
CMYK percentages
Cyan3.8%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#cbafd3 text on a black background
contrast 10.61:1
Card sample
#cbafd3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafd3;
Background color
Panel with #cbafd3 background
background-color: #cbafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafd3; background: linear-gradient(135deg, #cbafd3, #D3AFC3);