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