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