#af9cfc
a light, electric blue · warm · closest name: plum
RGB
175, 156, 252
HSL
252°, 94%, 80%
CMYK
31, 38, 0, 1
Luminance
0.3992
Every format
| HEX | #af9cfc |
| RGB | rgb(175, 156, 252) |
| HSL | hsl(252, 94%, 80%) |
| CMYK | cmyk(31%, 38%, 0%, 1%) |
| LAB | lab(69.4 27.6 -45.4) |
| LCH | lch(69.4 53.1 301.3) |
| OKLCH | oklch(0.747 0.137 291.8) |
Copy-ready code
/* CSS */
color: #af9cfc;
background-color: #af9cfc;
/* Tailwind (arbitrary) */
class="text-[#af9cfc] bg-[#af9cfc]"
/* SCSS */
$brand: #af9cfc;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.988)
/* Android */
Color.parseColor("#af9cfc")Accessibility — WCAG contrast
Aa
#af9cfc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cfc on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta38.1%
Yellow0.0%
Key (black)1.2%
Color previews
#af9cfc text on a black background
contrast 8.98:1
Card sample
#af9cfc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cfc;
Background color
Panel with #af9cfc background
background-color: #af9cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cfc; background: linear-gradient(135deg, #af9cfc, #EF9CFC);