#afbafe
a light, electric blue · warm · closest name: plum
RGB
175, 186, 254
HSL
232°, 98%, 84%
CMYK
31, 27, 0, 0
Luminance
0.5139
Every format
| HEX | #afbafe |
| RGB | rgb(175, 186, 254) |
| HSL | hsl(232, 98%, 84%) |
| CMYK | cmyk(31%, 27%, 0%, 0%) |
| LAB | lab(76.9 11.4 -34.8) |
| LCH | lch(76.9 36.6 288.1) |
| OKLCH | oklch(0.805 0.097 276.9) |
Copy-ready code
/* CSS */
color: #afbafe;
background-color: #afbafe;
/* Tailwind (arbitrary) */
class="text-[#afbafe] bg-[#afbafe]"
/* SCSS */
$brand: #afbafe;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#afbafe")Accessibility — WCAG contrast
Aa
#afbafe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbafe on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#afbafe text on a black background
contrast 11.28:1
Card sample
#afbafe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbafe;
Background color
Panel with #afbafe background
background-color: #afbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbafe; background: linear-gradient(135deg, #afbafe, #D9AFFE);