#afeaf7
a light, electric cyan · cool · closest name: skyblue
RGB
175, 234, 247
HSL
191°, 82%, 83%
CMYK
29, 5, 0, 3
Luminance
0.7467
Every format
| HEX | #afeaf7 |
| RGB | rgb(175, 234, 247) |
| HSL | hsl(191, 82%, 83%) |
| CMYK | cmyk(29%, 5%, 0%, 3%) |
| LAB | lab(89.2 -15.6 -12.3) |
| LCH | lch(89.2 19.9 218.3) |
| OKLCH | oklch(0.901 0.062 212.7) |
Copy-ready code
/* CSS */
color: #afeaf7;
background-color: #afeaf7;
/* Tailwind (arbitrary) */
class="text-[#afeaf7] bg-[#afeaf7]"
/* SCSS */
$brand: #afeaf7;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#afeaf7")Accessibility — WCAG contrast
Aa
#afeaf7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeaf7 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#afeaf7 text on a black background
contrast 15.93:1
Card sample
#afeaf7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeaf7;
Background color
Panel with #afeaf7 background
background-color: #afeaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeaf7; background: linear-gradient(135deg, #afeaf7, #AFBAF7);