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