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