#afeaf2
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 234, 242
HSL
187°, 72%, 82%
CMYK
28, 3, 0, 5
Luminance
0.7437
Every format
| HEX | #afeaf2 |
| RGB | rgb(175, 234, 242) |
| HSL | hsl(187, 72%, 82%) |
| CMYK | cmyk(28%, 3%, 0%, 5%) |
| LAB | lab(89.1 -16.8 -9.9) |
| LCH | lch(89.1 19.5 210.6) |
| OKLCH | oklch(0.900 0.061 206.5) |
Copy-ready code
/* CSS */
color: #afeaf2;
background-color: #afeaf2;
/* Tailwind (arbitrary) */
class="text-[#afeaf2] bg-[#afeaf2]"
/* SCSS */
$brand: #afeaf2;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#afeaf2")Accessibility — WCAG contrast
Aa
#afeaf2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeaf2 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#afeaf2 text on a black background
contrast 15.87:1
Card sample
#afeaf2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeaf2;
Background color
Panel with #afeaf2 background
background-color: #afeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeaf2; background: linear-gradient(135deg, #afeaf2, #AFBDF2);