#afe4fc
a light, electric cyan · cool · closest name: skyblue
RGB
175, 228, 252
HSL
199°, 93%, 84%
CMYK
31, 10, 0, 1
Luminance
0.7163
Every format
| HEX | #afe4fc |
| RGB | rgb(175, 228, 252) |
| HSL | hsl(199, 93%, 84%) |
| CMYK | cmyk(31%, 10%, 0%, 1%) |
| LAB | lab(87.8 -11.4 -17.1) |
| LCH | lch(87.8 20.6 236.2) |
| OKLCH | oklch(0.890 0.064 227.5) |
Copy-ready code
/* CSS */
color: #afe4fc;
background-color: #afe4fc;
/* Tailwind (arbitrary) */
class="text-[#afe4fc] bg-[#afe4fc]"
/* SCSS */
$brand: #afe4fc;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.988)
/* Android */
Color.parseColor("#afe4fc")Accessibility — WCAG contrast
Aa
#afe4fc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4fc on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta9.5%
Yellow0.0%
Key (black)1.2%
Color previews
#afe4fc text on a black background
contrast 15.33:1
Card sample
#afe4fc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4fc;
Background color
Panel with #afe4fc background
background-color: #afe4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4fc; background: linear-gradient(135deg, #afe4fc, #AFB1FC);