#af9fee
a light, vivid blue · warm · closest name: plum
RGB
175, 159, 238
HSL
252°, 70%, 78%
CMYK
27, 33, 0, 7
Luminance
0.4008
Every format
| HEX | #af9fee |
| RGB | rgb(175, 159, 238) |
| HSL | hsl(252, 70%, 78%) |
| CMYK | cmyk(27%, 33%, 0%, 7%) |
| LAB | lab(69.5 22.5 -37.6) |
| LCH | lch(69.5 43.8 300.9) |
| OKLCH | oklch(0.746 0.113 292.7) |
Copy-ready code
/* CSS */
color: #af9fee;
background-color: #af9fee;
/* Tailwind (arbitrary) */
class="text-[#af9fee] bg-[#af9fee]"
/* SCSS */
$brand: #af9fee;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#af9fee")Accessibility — WCAG contrast
Aa
#af9fee on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fee on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#af9fee text on a black background
contrast 9.02:1
Card sample
#af9fee text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fee;
Background color
Panel with #af9fee background
background-color: #af9fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fee; background: linear-gradient(135deg, #af9fee, #E49FEE);