#af9cf0
a light, vivid blue · warm · closest name: plum
RGB
175, 156, 240
HSL
254°, 74%, 78%
CMYK
27, 35, 0, 6
Luminance
0.3918
Every format
| HEX | #af9cf0 |
| RGB | rgb(175, 156, 240) |
| HSL | hsl(254, 74%, 78%) |
| CMYK | cmyk(27%, 35%, 0%, 6%) |
| LAB | lab(68.9 24.7 -39.7) |
| LCH | lch(68.9 46.7 301.9) |
| OKLCH | oklch(0.741 0.120 293.6) |
Copy-ready code
/* CSS */
color: #af9cf0;
background-color: #af9cf0;
/* Tailwind (arbitrary) */
class="text-[#af9cf0] bg-[#af9cf0]"
/* SCSS */
$brand: #af9cf0;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.941)
/* Android */
Color.parseColor("#af9cf0")Accessibility — WCAG contrast
Aa
#af9cf0 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cf0 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta35.0%
Yellow0.0%
Key (black)5.9%
Color previews
#af9cf0 text on a black background
contrast 8.84:1
Card sample
#af9cf0 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cf0;
Background color
Panel with #af9cf0 background
background-color: #af9cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cf0; background: linear-gradient(135deg, #af9cf0, #E79CF0);