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