#cb8af2
a light, electric violet · warm · closest name: violet
RGB
203, 138, 242
HSL
278°, 80%, 75%
CMYK
16, 43, 0, 5
Luminance
0.3728
Every format
| HEX | #cb8af2 |
| RGB | rgb(203, 138, 242) |
| HSL | hsl(278, 80%, 75%) |
| CMYK | cmyk(16%, 43%, 0%, 5%) |
| LAB | lab(67.5 43.1 -42.7) |
| LCH | lch(67.5 60.7 315.2) |
| OKLCH | oklch(0.737 0.159 311.8) |
Copy-ready code
/* CSS */
color: #cb8af2;
background-color: #cb8af2;
/* Tailwind (arbitrary) */
class="text-[#cb8af2] bg-[#cb8af2]"
/* SCSS */
$brand: #cb8af2;
/* SwiftUI */
Color(red: 0.796, green: 0.541, blue: 0.949)
/* Android */
Color.parseColor("#cb8af2")Accessibility — WCAG contrast
Aa
#cb8af2 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8af2 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.1%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta43.0%
Yellow0.0%
Key (black)5.1%
Color previews
#cb8af2 text on a black background
contrast 8.46:1
Card sample
#cb8af2 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8af2;
Background color
Panel with #cb8af2 background
background-color: #cb8af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 138, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 138, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8af2; background: linear-gradient(135deg, #cb8af2, #F28AD4);