#afeaf8
a light, electric cyan · cool · closest name: skyblue
RGB
175, 234, 248
HSL
192°, 84%, 83%
CMYK
29, 6, 0, 3
Luminance
0.7474
Every format
| HEX | #afeaf8 |
| RGB | rgb(175, 234, 248) |
| HSL | hsl(192, 84%, 83%) |
| CMYK | cmyk(29%, 6%, 0%, 3%) |
| LAB | lab(89.3 -15.4 -12.8) |
| LCH | lch(89.3 20.0 219.7) |
| OKLCH | oklch(0.901 0.063 214.0) |
Copy-ready code
/* CSS */
color: #afeaf8;
background-color: #afeaf8;
/* Tailwind (arbitrary) */
class="text-[#afeaf8] bg-[#afeaf8]"
/* SCSS */
$brand: #afeaf8;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#afeaf8")Accessibility — WCAG contrast
Aa
#afeaf8 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeaf8 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#afeaf8 text on a black background
contrast 15.95:1
Card sample
#afeaf8 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeaf8;
Background color
Panel with #afeaf8 background
background-color: #afeaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeaf8; background: linear-gradient(135deg, #afeaf8, #AFB9F8);