#cbafd7
a light, soft violet · warm · closest name: plum
RGB
203, 175, 215
HSL
282°, 33%, 77%
CMYK
6, 19, 0, 16
Luminance
0.4826
Every format
| HEX | #cbafd7 |
| RGB | rgb(203, 175, 215) |
| HSL | hsl(282, 33%, 77%) |
| CMYK | cmyk(6%, 19%, 0%, 16%) |
| LAB | lab(75.0 17.3 -16.4) |
| LCH | lch(75.0 23.9 316.5) |
| OKLCH | oklch(0.791 0.063 315.7) |
Copy-ready code
/* CSS */
color: #cbafd7;
background-color: #cbafd7;
/* Tailwind (arbitrary) */
class="text-[#cbafd7] bg-[#cbafd7]"
/* SCSS */
$brand: #cbafd7;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#cbafd7")Accessibility — WCAG contrast
Aa
#cbafd7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafd7 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue84.3%
CMYK percentages
Cyan5.6%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#cbafd7 text on a black background
contrast 10.65:1
Card sample
#cbafd7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafd7;
Background color
Panel with #cbafd7 background
background-color: #cbafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafd7; background: linear-gradient(135deg, #cbafd7, #D7AFC8);