#afd0fb
a light, electric blue · cool · closest name: skyblue
RGB
175, 208, 251
HSL
214°, 91%, 84%
CMYK
30, 17, 0, 2
Luminance
0.6119
Every format
| HEX | #afd0fb |
| RGB | rgb(175, 208, 251) |
| HSL | hsl(214, 91%, 84%) |
| CMYK | cmyk(30%, 17%, 0%, 2%) |
| LAB | lab(82.5 -1.3 -24.6) |
| LCH | lch(82.5 24.7 267.1) |
| OKLCH | oklch(0.848 0.070 255.2) |
Copy-ready code
/* CSS */
color: #afd0fb;
background-color: #afd0fb;
/* Tailwind (arbitrary) */
class="text-[#afd0fb] bg-[#afd0fb]"
/* SCSS */
$brand: #afd0fb;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.984)
/* Android */
Color.parseColor("#afd0fb")Accessibility — WCAG contrast
Aa
#afd0fb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd0fb on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta17.1%
Yellow0.0%
Key (black)1.6%
Color previews
#afd0fb text on a black background
contrast 13.24:1
Card sample
#afd0fb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd0fb;
Background color
Panel with #afd0fb background
background-color: #afd0fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd0fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd0fb; background: linear-gradient(135deg, #afd0fb, #C0AFFB);