#afbcfb
a light, electric blue · warm · closest name: plum
RGB
175, 188, 251
HSL
230°, 91%, 84%
CMYK
30, 25, 0, 2
Luminance
0.5205
Every format
| HEX | #afbcfb |
| RGB | rgb(175, 188, 251) |
| HSL | hsl(230, 91%, 84%) |
| CMYK | cmyk(30%, 25%, 0%, 2%) |
| LAB | lab(77.3 9.5 -32.5) |
| LCH | lch(77.3 33.9 286.3) |
| OKLCH | oklch(0.808 0.090 275.2) |
Copy-ready code
/* CSS */
color: #afbcfb;
background-color: #afbcfb;
/* Tailwind (arbitrary) */
class="text-[#afbcfb] bg-[#afbcfb]"
/* SCSS */
$brand: #afbcfb;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.984)
/* Android */
Color.parseColor("#afbcfb")Accessibility — WCAG contrast
Aa
#afbcfb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcfb on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta25.1%
Yellow0.0%
Key (black)1.6%
Color previews
#afbcfb text on a black background
contrast 11.41:1
Card sample
#afbcfb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcfb;
Background color
Panel with #afbcfb background
background-color: #afbcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcfb; background: linear-gradient(135deg, #afbcfb, #D5AFFB);