#af9cf8
a light, electric blue · warm · closest name: plum
RGB
175, 156, 248
HSL
252°, 87%, 79%
CMYK
29, 37, 0, 3
Luminance
0.3967
Every format
| HEX | #af9cf8 |
| RGB | rgb(175, 156, 248) |
| HSL | hsl(252, 87%, 79%) |
| CMYK | cmyk(29%, 37%, 0%, 3%) |
| LAB | lab(69.2 26.6 -43.5) |
| LCH | lch(69.2 51.0 301.5) |
| OKLCH | oklch(0.745 0.131 292.4) |
Copy-ready code
/* CSS */
color: #af9cf8;
background-color: #af9cf8;
/* Tailwind (arbitrary) */
class="text-[#af9cf8] bg-[#af9cf8]"
/* SCSS */
$brand: #af9cf8;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.973)
/* Android */
Color.parseColor("#af9cf8")Accessibility — WCAG contrast
Aa
#af9cf8 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cf8 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta37.1%
Yellow0.0%
Key (black)2.7%
Color previews
#af9cf8 text on a black background
contrast 8.93:1
Card sample
#af9cf8 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cf8;
Background color
Panel with #af9cf8 background
background-color: #af9cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cf8; background: linear-gradient(135deg, #af9cf8, #EC9CF8);