#af9ffc
a light, electric blue · warm · closest name: plum
RGB
175, 159, 252
HSL
250°, 94%, 81%
CMYK
31, 37, 0, 1
Luminance
0.4094
Every format
| HEX | #af9ffc |
| RGB | rgb(175, 159, 252) |
| HSL | hsl(250, 94%, 81%) |
| CMYK | cmyk(31%, 37%, 0%, 1%) |
| LAB | lab(70.1 25.9 -44.3) |
| LCH | lch(70.1 51.3 300.4) |
| OKLCH | oklch(0.753 0.132 290.8) |
Copy-ready code
/* CSS */
color: #af9ffc;
background-color: #af9ffc;
/* Tailwind (arbitrary) */
class="text-[#af9ffc] bg-[#af9ffc]"
/* SCSS */
$brand: #af9ffc;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#af9ffc")Accessibility — WCAG contrast
Aa
#af9ffc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ffc on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#af9ffc text on a black background
contrast 9.19:1
Card sample
#af9ffc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ffc;
Background color
Panel with #af9ffc background
background-color: #af9ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ffc; background: linear-gradient(135deg, #af9ffc, #ED9FFC);