#afe2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 226, 235
HSL
189°, 60%, 80%
CMYK
26, 4, 0, 8
Luminance
0.6950
Every format
| HEX | #afe2eb |
| RGB | rgb(175, 226, 235) |
| HSL | hsl(189, 60%, 80%) |
| CMYK | cmyk(26%, 4%, 0%, 8%) |
| LAB | lab(86.8 -14.3 -9.7) |
| LCH | lch(86.8 17.3 214.2) |
| OKLCH | oklch(0.880 0.054 209.5) |
Copy-ready code
/* CSS */
color: #afe2eb;
background-color: #afe2eb;
/* Tailwind (arbitrary) */
class="text-[#afe2eb] bg-[#afe2eb]"
/* SCSS */
$brand: #afe2eb;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#afe2eb")Accessibility — WCAG contrast
Aa
#afe2eb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2eb on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#afe2eb text on a black background
contrast 14.90:1
Card sample
#afe2eb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2eb;
Background color
Panel with #afe2eb background
background-color: #afe2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2eb; background: linear-gradient(135deg, #afe2eb, #AFBAEB);