#cb9af5
a light, electric violet · warm · closest name: plum
RGB
203, 154, 245
HSL
272°, 82%, 78%
CMYK
17, 37, 0, 4
Luminance
0.4240
Every format
| HEX | #cb9af5 |
| RGB | rgb(203, 154, 245) |
| HSL | hsl(272, 82%, 78%) |
| CMYK | cmyk(17%, 37%, 0%, 4%) |
| LAB | lab(71.2 35.0 -38.7) |
| LCH | lch(71.2 52.2 312.2) |
| OKLCH | oklch(0.765 0.136 308.2) |
Copy-ready code
/* CSS */
color: #cb9af5;
background-color: #cb9af5;
/* Tailwind (arbitrary) */
class="text-[#cb9af5] bg-[#cb9af5]"
/* SCSS */
$brand: #cb9af5;
/* SwiftUI */
Color(red: 0.796, green: 0.604, blue: 0.961)
/* Android */
Color.parseColor("#cb9af5")Accessibility — WCAG contrast
Aa
#cb9af5 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9af5 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.4%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta37.1%
Yellow0.0%
Key (black)3.9%
Color previews
#cb9af5 text on a black background
contrast 9.48:1
Card sample
#cb9af5 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9af5;
Background color
Panel with #cb9af5 background
background-color: #cb9af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 154, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 154, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9af5; background: linear-gradient(135deg, #cb9af5, #F59AE2);