#afe2f4
a light, electric cyan · cool · closest name: skyblue
RGB
175, 226, 244
HSL
196°, 76%, 82%
CMYK
28, 7, 0, 4
Luminance
0.7004
Every format
| HEX | #afe2f4 |
| RGB | rgb(175, 226, 244) |
| HSL | hsl(196, 76%, 82%) |
| CMYK | cmyk(28%, 7%, 0%, 4%) |
| LAB | lab(87.0 -12.3 -14.1) |
| LCH | lch(87.0 18.7 228.9) |
| OKLCH | oklch(0.883 0.058 221.5) |
Copy-ready code
/* CSS */
color: #afe2f4;
background-color: #afe2f4;
/* Tailwind (arbitrary) */
class="text-[#afe2f4] bg-[#afe2f4]"
/* SCSS */
$brand: #afe2f4;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.957)
/* Android */
Color.parseColor("#afe2f4")Accessibility — WCAG contrast
Aa
#afe2f4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2f4 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta7.4%
Yellow0.0%
Key (black)4.3%
Color previews
#afe2f4 text on a black background
contrast 15.01:1
Card sample
#afe2f4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2f4;
Background color
Panel with #afe2f4 background
background-color: #afe2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2f4; background: linear-gradient(135deg, #afe2f4, #AFB4F4);