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