#cbaffc
a light, electric violet · warm · closest name: plum
RGB
203, 175, 252
HSL
262°, 93%, 84%
CMYK
19, 31, 0, 1
Luminance
0.5038
Every format
| HEX | #cbaffc |
| RGB | rgb(203, 175, 252) |
| HSL | hsl(262, 93%, 84%) |
| CMYK | cmyk(19%, 31%, 0%, 1%) |
| LAB | lab(76.3 25.1 -34.5) |
| LCH | lch(76.3 42.6 306.0) |
| OKLCH | oklch(0.805 0.110 300.6) |
Copy-ready code
/* CSS */
color: #cbaffc;
background-color: #cbaffc;
/* Tailwind (arbitrary) */
class="text-[#cbaffc] bg-[#cbaffc]"
/* SCSS */
$brand: #cbaffc;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#cbaffc")Accessibility — WCAG contrast
Aa
#cbaffc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaffc on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cbaffc text on a black background
contrast 11.08:1
Card sample
#cbaffc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaffc;
Background color
Panel with #cbaffc background
background-color: #cbaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaffc; background: linear-gradient(135deg, #cbaffc, #FCAFFA);