#afbbff
a light, electric blue · warm · closest name: plum
RGB
175, 187, 255
HSL
231°, 100%, 84%
CMYK
31, 27, 0, 0
Luminance
0.5187
Every format
| HEX | #afbbff |
| RGB | rgb(175, 187, 255) |
| HSL | hsl(231, 100%, 84%) |
| CMYK | cmyk(31%, 27%, 0%, 0%) |
| LAB | lab(77.2 11.1 -34.9) |
| LCH | lch(77.2 36.6 287.6) |
| OKLCH | oklch(0.807 0.097 276.3) |
Copy-ready code
/* CSS */
color: #afbbff;
background-color: #afbbff;
/* Tailwind (arbitrary) */
class="text-[#afbbff] bg-[#afbbff]"
/* SCSS */
$brand: #afbbff;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#afbbff")Accessibility — WCAG contrast
Aa
#afbbff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbff on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#afbbff text on a black background
contrast 11.37:1
Card sample
#afbbff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbff;
Background color
Panel with #afbbff background
background-color: #afbbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbff; background: linear-gradient(135deg, #afbbff, #D8AFFF);