#afe3f8
a light, electric cyan · cool · closest name: skyblue
RGB
175, 227, 248
HSL
197°, 84%, 83%
CMYK
29, 9, 0, 3
Luminance
0.7083
Every format
| HEX | #afe3f8 |
| RGB | rgb(175, 227, 248) |
| HSL | hsl(197, 84%, 83%) |
| CMYK | cmyk(29%, 9%, 0%, 3%) |
| LAB | lab(87.4 -11.9 -15.6) |
| LCH | lch(87.4 19.6 232.8) |
| OKLCH | oklch(0.887 0.061 224.6) |
Copy-ready code
/* CSS */
color: #afe3f8;
background-color: #afe3f8;
/* Tailwind (arbitrary) */
class="text-[#afe3f8] bg-[#afe3f8]"
/* SCSS */
$brand: #afe3f8;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.973)
/* Android */
Color.parseColor("#afe3f8")Accessibility — WCAG contrast
Aa
#afe3f8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3f8 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta8.5%
Yellow0.0%
Key (black)2.7%
Color previews
#afe3f8 text on a black background
contrast 15.17:1
Card sample
#afe3f8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3f8;
Background color
Panel with #afe3f8 background
background-color: #afe3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3f8; background: linear-gradient(135deg, #afe3f8, #AFB2F8);