#afb4fe
a light, electric blue · warm · closest name: plum
RGB
175, 180, 254
HSL
236°, 98%, 84%
CMYK
31, 29, 0, 0
Luminance
0.4891
Every format
| HEX | #afb4fe |
| RGB | rgb(175, 180, 254) |
| HSL | hsl(236, 98%, 84%) |
| CMYK | cmyk(31%, 29%, 0%, 0%) |
| LAB | lab(75.4 14.7 -37.1) |
| LCH | lch(75.4 39.9 291.6) |
| OKLCH | oklch(0.793 0.105 280.7) |
Copy-ready code
/* CSS */
color: #afb4fe;
background-color: #afb4fe;
/* Tailwind (arbitrary) */
class="text-[#afb4fe] bg-[#afb4fe]"
/* SCSS */
$brand: #afb4fe;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.996)
/* Android */
Color.parseColor("#afb4fe")Accessibility — WCAG contrast
Aa
#afb4fe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb4fe on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta29.1%
Yellow0.0%
Key (black)0.4%
Color previews
#afb4fe text on a black background
contrast 10.78:1
Card sample
#afb4fe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb4fe;
Background color
Panel with #afb4fe background
background-color: #afb4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb4fe; background: linear-gradient(135deg, #afb4fe, #DFAFFE);