#afdcfb
a light, electric blue · cool · closest name: skyblue
RGB
175, 220, 251
HSL
205°, 91%, 84%
CMYK
30, 12, 0, 2
Luminance
0.6727
Every format
| HEX | #afdcfb |
| RGB | rgb(175, 220, 251) |
| HSL | hsl(205, 91%, 84%) |
| CMYK | cmyk(30%, 12%, 0%, 2%) |
| LAB | lab(85.6 -7.6 -19.8) |
| LCH | lch(85.6 21.2 249.1) |
| OKLCH | oklch(0.873 0.064 238.5) |
Copy-ready code
/* CSS */
color: #afdcfb;
background-color: #afdcfb;
/* Tailwind (arbitrary) */
class="text-[#afdcfb] bg-[#afdcfb]"
/* SCSS */
$brand: #afdcfb;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#afdcfb")Accessibility — WCAG contrast
Aa
#afdcfb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcfb on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#afdcfb text on a black background
contrast 14.45:1
Card sample
#afdcfb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcfb;
Background color
Panel with #afdcfb background
background-color: #afdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcfb; background: linear-gradient(135deg, #afdcfb, #B5AFFB);