#cbadfc
a light, electric violet · warm · closest name: plum
RGB
203, 173, 252
HSL
263°, 93%, 83%
CMYK
19, 31, 0, 1
Luminance
0.4961
Every format
| HEX | #cbadfc |
| RGB | rgb(203, 173, 252) |
| HSL | hsl(263, 93%, 83%) |
| CMYK | cmyk(19%, 31%, 0%, 1%) |
| LAB | lab(75.8 26.2 -35.2) |
| LCH | lch(75.8 43.9 306.6) |
| OKLCH | oklch(0.802 0.114 301.3) |
Copy-ready code
/* CSS */
color: #cbadfc;
background-color: #cbadfc;
/* Tailwind (arbitrary) */
class="text-[#cbadfc] bg-[#cbadfc]"
/* SCSS */
$brand: #cbadfc;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#cbadfc")Accessibility — WCAG contrast
Aa
#cbadfc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbadfc on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cbadfc text on a black background
contrast 10.92:1
Card sample
#cbadfc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbadfc;
Background color
Panel with #cbadfc background
background-color: #cbadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbadfc; background: linear-gradient(135deg, #cbadfc, #FCADF8);