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