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