#cbafd6
a light, soft violet · warm · closest name: plum
RGB
203, 175, 214
HSL
283°, 32%, 76%
CMYK
5, 18, 0, 16
Luminance
0.4821
Every format
| HEX | #cbafd6 |
| RGB | rgb(203, 175, 214) |
| HSL | hsl(283, 32%, 76%) |
| CMYK | cmyk(5%, 18%, 0%, 16%) |
| LAB | lab(75.0 17.1 -15.9) |
| LCH | lch(75.0 23.4 317.1) |
| OKLCH | oklch(0.791 0.062 316.4) |
Copy-ready code
/* CSS */
color: #cbafd6;
background-color: #cbafd6;
/* Tailwind (arbitrary) */
class="text-[#cbafd6] bg-[#cbafd6]"
/* SCSS */
$brand: #cbafd6;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#cbafd6")Accessibility — WCAG contrast
Aa
#cbafd6 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafd6 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue83.9%
CMYK percentages
Cyan5.1%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#cbafd6 text on a black background
contrast 10.64:1
Card sample
#cbafd6 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafd6;
Background color
Panel with #cbafd6 background
background-color: #cbafd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafd6; background: linear-gradient(135deg, #cbafd6, #D6AFC7);