#cbadf4
a light, electric violet · warm · closest name: plum
RGB
203, 173, 244
HSL
265°, 76%, 82%
CMYK
17, 29, 0, 4
Luminance
0.4912
Every format
| HEX | #cbadf4 |
| RGB | rgb(203, 173, 244) |
| HSL | hsl(265, 76%, 82%) |
| CMYK | cmyk(17%, 29%, 0%, 4%) |
| LAB | lab(75.5 24.4 -31.4) |
| LCH | lch(75.5 39.7 307.9) |
| OKLCH | oklch(0.798 0.103 303.5) |
Copy-ready code
/* CSS */
color: #cbadf4;
background-color: #cbadf4;
/* Tailwind (arbitrary) */
class="text-[#cbadf4] bg-[#cbadf4]"
/* SCSS */
$brand: #cbadf4;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#cbadf4")Accessibility — WCAG contrast
Aa
#cbadf4 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbadf4 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue95.7%
CMYK percentages
Cyan16.8%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#cbadf4 text on a black background
contrast 10.82:1
Card sample
#cbadf4 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbadf4;
Background color
Panel with #cbadf4 background
background-color: #cbadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbadf4; background: linear-gradient(135deg, #cbadf4, #F4ADEE);