#afd0fe
a light, electric blue · cool · closest name: skyblue
RGB
175, 208, 254
HSL
215°, 98%, 84%
CMYK
31, 18, 0, 0
Luminance
0.6138
Every format
| HEX | #afd0fe |
| RGB | rgb(175, 208, 254) |
| HSL | hsl(215, 98%, 84%) |
| CMYK | cmyk(31%, 18%, 0%, 0%) |
| LAB | lab(82.6 -0.5 -26.1) |
| LCH | lch(82.6 26.1 268.8) |
| OKLCH | oklch(0.849 0.074 256.7) |
Copy-ready code
/* CSS */
color: #afd0fe;
background-color: #afd0fe;
/* Tailwind (arbitrary) */
class="text-[#afd0fe] bg-[#afd0fe]"
/* SCSS */
$brand: #afd0fe;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.996)
/* Android */
Color.parseColor("#afd0fe")Accessibility — WCAG contrast
Aa
#afd0fe on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd0fe on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta18.1%
Yellow0.0%
Key (black)0.4%
Color previews
#afd0fe text on a black background
contrast 13.28:1
Card sample
#afd0fe text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd0fe;
Background color
Panel with #afd0fe background
background-color: #afd0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd0fe; background: linear-gradient(135deg, #afd0fe, #C3AFFE);