#cbadf5
a light, electric violet · warm · closest name: plum
RGB
203, 173, 245
HSL
265°, 78%, 82%
CMYK
17, 29, 0, 4
Luminance
0.4918
Every format
| HEX | #cbadf5 |
| RGB | rgb(203, 173, 245) |
| HSL | hsl(265, 78%, 82%) |
| CMYK | cmyk(17%, 29%, 0%, 4%) |
| LAB | lab(75.6 24.6 -31.8) |
| LCH | lch(75.6 40.3 307.7) |
| OKLCH | oklch(0.799 0.105 303.2) |
Copy-ready code
/* CSS */
color: #cbadf5;
background-color: #cbadf5;
/* Tailwind (arbitrary) */
class="text-[#cbadf5] bg-[#cbadf5]"
/* SCSS */
$brand: #cbadf5;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.961)
/* Android */
Color.parseColor("#cbadf5")Accessibility — WCAG contrast
Aa
#cbadf5 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbadf5 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta29.4%
Yellow0.0%
Key (black)3.9%
Color previews
#cbadf5 text on a black background
contrast 10.84:1
Card sample
#cbadf5 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbadf5;
Background color
Panel with #cbadf5 background
background-color: #cbadf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbadf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbadf5; background: linear-gradient(135deg, #cbadf5, #F5ADEF);