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