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