#af9fff
a light, electric blue · warm · closest name: plum
RGB
175, 159, 255
HSL
250°, 100%, 81%
CMYK
31, 38, 0, 0
Luminance
0.4113
Every format
| HEX | #af9fff |
| RGB | rgb(175, 159, 255) |
| HSL | hsl(250, 100%, 81%) |
| CMYK | cmyk(31%, 38%, 0%, 0%) |
| LAB | lab(70.3 26.7 -45.7) |
| LCH | lch(70.3 52.9 300.3) |
| OKLCH | oklch(0.754 0.136 290.4) |
Copy-ready code
/* CSS */
color: #af9fff;
background-color: #af9fff;
/* Tailwind (arbitrary) */
class="text-[#af9fff] bg-[#af9fff]"
/* SCSS */
$brand: #af9fff;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#af9fff")Accessibility — WCAG contrast
Aa
#af9fff on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fff on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af9fff text on a black background
contrast 9.23:1
Card sample
#af9fff text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fff;
Background color
Panel with #af9fff background
background-color: #af9fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fff; background: linear-gradient(135deg, #af9fff, #EF9FFF);