#afd1f4
a light, electric blue · cool · closest name: skyblue
RGB
175, 209, 244
HSL
210°, 76%, 82%
CMYK
28, 14, 0, 4
Luminance
0.6125
Every format
| HEX | #afd1f4 |
| RGB | rgb(175, 209, 244) |
| HSL | hsl(210, 76%, 82%) |
| CMYK | cmyk(28%, 14%, 0%, 4%) |
| LAB | lab(82.5 -3.5 -20.9) |
| LCH | lch(82.5 21.1 260.6) |
| OKLCH | oklch(0.848 0.061 249.3) |
Copy-ready code
/* CSS */
color: #afd1f4;
background-color: #afd1f4;
/* Tailwind (arbitrary) */
class="text-[#afd1f4] bg-[#afd1f4]"
/* SCSS */
$brand: #afd1f4;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.957)
/* Android */
Color.parseColor("#afd1f4")Accessibility — WCAG contrast
Aa
#afd1f4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1f4 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta14.3%
Yellow0.0%
Key (black)4.3%
Color previews
#afd1f4 text on a black background
contrast 13.25:1
Card sample
#afd1f4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1f4;
Background color
Panel with #afd1f4 background
background-color: #afd1f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1f4; background: linear-gradient(135deg, #afd1f4, #BBAFF4);