#afb5ff
a light, electric blue · warm · closest name: plum
RGB
175, 181, 255
HSL
236°, 100%, 84%
CMYK
31, 29, 0, 0
Luminance
0.4938
Every format
| HEX | #afb5ff |
| RGB | rgb(175, 181, 255) |
| HSL | hsl(236, 100%, 84%) |
| CMYK | cmyk(31%, 29%, 0%, 0%) |
| LAB | lab(75.7 14.4 -37.2) |
| LCH | lch(75.7 39.9 291.1) |
| OKLCH | oklch(0.796 0.105 280.1) |
Copy-ready code
/* CSS */
color: #afb5ff;
background-color: #afb5ff;
/* Tailwind (arbitrary) */
class="text-[#afb5ff] bg-[#afb5ff]"
/* SCSS */
$brand: #afb5ff;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#afb5ff")Accessibility — WCAG contrast
Aa
#afb5ff on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5ff on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#afb5ff text on a black background
contrast 10.88:1
Card sample
#afb5ff text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5ff;
Background color
Panel with #afb5ff background
background-color: #afb5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5ff; background: linear-gradient(135deg, #afb5ff, #DEAFFF);