#afb8fc
a light, electric blue · warm · closest name: plum
RGB
175, 184, 252
HSL
233°, 93%, 84%
CMYK
31, 27, 0, 1
Luminance
0.5042
Every format
| HEX | #afb8fc |
| RGB | rgb(175, 184, 252) |
| HSL | hsl(233, 93%, 84%) |
| CMYK | cmyk(31%, 27%, 0%, 1%) |
| LAB | lab(76.3 12.0 -34.6) |
| LCH | lch(76.3 36.6 289.1) |
| OKLCH | oklch(0.800 0.097 278.1) |
Copy-ready code
/* CSS */
color: #afb8fc;
background-color: #afb8fc;
/* Tailwind (arbitrary) */
class="text-[#afb8fc] bg-[#afb8fc]"
/* SCSS */
$brand: #afb8fc;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.988)
/* Android */
Color.parseColor("#afb8fc")Accessibility — WCAG contrast
Aa
#afb8fc on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8fc on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta27.0%
Yellow0.0%
Key (black)1.2%
Color previews
#afb8fc text on a black background
contrast 11.08:1
Card sample
#afb8fc text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8fc;
Background color
Panel with #afb8fc background
background-color: #afb8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8fc; background: linear-gradient(135deg, #afb8fc, #D9AFFC);