#cb8af8
a light, electric violet · warm · closest name: violet
RGB
203, 138, 248
HSL
276°, 89%, 76%
CMYK
18, 44, 0, 3
Luminance
0.3765
Every format
| HEX | #cb8af8 |
| RGB | rgb(203, 138, 248) |
| HSL | hsl(276, 89%, 76%) |
| CMYK | cmyk(18%, 44%, 0%, 3%) |
| LAB | lab(67.8 44.3 -45.6) |
| LCH | lch(67.8 63.6 314.2) |
| OKLCH | oklch(0.740 0.166 310.1) |
Copy-ready code
/* CSS */
color: #cb8af8;
background-color: #cb8af8;
/* Tailwind (arbitrary) */
class="text-[#cb8af8] bg-[#cb8af8]"
/* SCSS */
$brand: #cb8af8;
/* SwiftUI */
Color(red: 0.796, green: 0.541, blue: 0.973)
/* Android */
Color.parseColor("#cb8af8")Accessibility — WCAG contrast
Aa
#cb8af8 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8af8 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.1%
Blue97.3%
CMYK percentages
Cyan18.1%
Magenta44.4%
Yellow0.0%
Key (black)2.7%
Color previews
#cb8af8 text on a black background
contrast 8.53:1
Card sample
#cb8af8 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8af8;
Background color
Panel with #cb8af8 background
background-color: #cb8af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 138, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 138, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8af8; background: linear-gradient(135deg, #cb8af8, #F88ADC);