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