#cb8af3
a light, electric violet · warm · closest name: violet
RGB
203, 138, 243
HSL
277°, 81%, 75%
CMYK
17, 43, 0, 5
Luminance
0.3734
Every format
| HEX | #cb8af3 |
| RGB | rgb(203, 138, 243) |
| HSL | hsl(277, 81%, 75%) |
| CMYK | cmyk(17%, 43%, 0%, 5%) |
| LAB | lab(67.5 43.3 -43.2) |
| LCH | lch(67.5 61.2 315.0) |
| OKLCH | oklch(0.738 0.160 311.5) |
Copy-ready code
/* CSS */
color: #cb8af3;
background-color: #cb8af3;
/* Tailwind (arbitrary) */
class="text-[#cb8af3] bg-[#cb8af3]"
/* SCSS */
$brand: #cb8af3;
/* SwiftUI */
Color(red: 0.796, green: 0.541, blue: 0.953)
/* Android */
Color.parseColor("#cb8af3")Accessibility — WCAG contrast
Aa
#cb8af3 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8af3 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.1%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta43.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cb8af3 text on a black background
contrast 8.47:1
Card sample
#cb8af3 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8af3;
Background color
Panel with #cb8af3 background
background-color: #cb8af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 138, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 138, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8af3; background: linear-gradient(135deg, #cb8af3, #F38AD5);