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