#cbafd4
a light, soft violet · warm · closest name: plum
RGB
203, 175, 212
HSL
285°, 30%, 76%
CMYK
4, 18, 0, 17
Luminance
0.4811
Every format
| HEX | #cbafd4 |
| RGB | rgb(203, 175, 212) |
| HSL | hsl(285, 30%, 76%) |
| CMYK | cmyk(4%, 18%, 0%, 17%) |
| LAB | lab(74.9 16.7 -14.9) |
| LCH | lch(74.9 22.4 318.3) |
| OKLCH | oklch(0.790 0.060 317.9) |
Copy-ready code
/* CSS */
color: #cbafd4;
background-color: #cbafd4;
/* Tailwind (arbitrary) */
class="text-[#cbafd4] bg-[#cbafd4]"
/* SCSS */
$brand: #cbafd4;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#cbafd4")Accessibility — WCAG contrast
Aa
#cbafd4 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafd4 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue83.1%
CMYK percentages
Cyan4.2%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#cbafd4 text on a black background
contrast 10.62:1
Card sample
#cbafd4 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafd4;
Background color
Panel with #cbafd4 background
background-color: #cbafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafd4; background: linear-gradient(135deg, #cbafd4, #D4AFC4);