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