#afe4ff
a light, electric blue · cool · closest name: skyblue
RGB
175, 228, 255
HSL
200°, 100%, 84%
CMYK
31, 11, 0, 0
Luminance
0.7182
Every format
| HEX | #afe4ff |
| RGB | rgb(175, 228, 255) |
| HSL | hsl(200, 100%, 84%) |
| CMYK | cmyk(31%, 11%, 0%, 0%) |
| LAB | lab(87.9 -10.7 -18.6) |
| LCH | lch(87.9 21.4 239.9) |
| OKLCH | oklch(0.891 0.066 230.5) |
Copy-ready code
/* CSS */
color: #afe4ff;
background-color: #afe4ff;
/* Tailwind (arbitrary) */
class="text-[#afe4ff] bg-[#afe4ff]"
/* SCSS */
$brand: #afe4ff;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#afe4ff")Accessibility — WCAG contrast
Aa
#afe4ff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4ff on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#afe4ff text on a black background
contrast 15.36:1
Card sample
#afe4ff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4ff;
Background color
Panel with #afe4ff background
background-color: #afe4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4ff; background: linear-gradient(135deg, #afe4ff, #AFAFFF);