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