#afb2fb
a light, electric blue · warm · closest name: plum
RGB
175, 178, 251
HSL
238°, 91%, 84%
CMYK
30, 29, 0, 2
Luminance
0.4792
Every format
| HEX | #afb2fb |
| RGB | rgb(175, 178, 251) |
| HSL | hsl(238, 91%, 84%) |
| CMYK | cmyk(30%, 29%, 0%, 2%) |
| LAB | lab(74.8 15.1 -36.5) |
| LCH | lch(74.8 39.5 292.4) |
| OKLCH | oklch(0.788 0.103 281.9) |
Copy-ready code
/* CSS */
color: #afb2fb;
background-color: #afb2fb;
/* Tailwind (arbitrary) */
class="text-[#afb2fb] bg-[#afb2fb]"
/* SCSS */
$brand: #afb2fb;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.984)
/* Android */
Color.parseColor("#afb2fb")Accessibility — WCAG contrast
Aa
#afb2fb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2fb on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta29.1%
Yellow0.0%
Key (black)1.6%
Color previews
#afb2fb text on a black background
contrast 10.58:1
Card sample
#afb2fb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2fb;
Background color
Panel with #afb2fb background
background-color: #afb2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2fb; background: linear-gradient(135deg, #afb2fb, #DFAFFB);