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