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