#afe7ec
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 231, 236
HSL
185°, 62%, 81%
CMYK
26, 2, 0, 8
Luminance
0.7232
Every format
| HEX | #afe7ec |
| RGB | rgb(175, 231, 236) |
| HSL | hsl(185, 62%, 81%) |
| CMYK | cmyk(26%, 2%, 0%, 8%) |
| LAB | lab(88.1 -16.6 -8.2) |
| LCH | lch(88.1 18.5 206.3) |
| OKLCH | oklch(0.891 0.057 203.0) |
Copy-ready code
/* CSS */
color: #afe7ec;
background-color: #afe7ec;
/* Tailwind (arbitrary) */
class="text-[#afe7ec] bg-[#afe7ec]"
/* SCSS */
$brand: #afe7ec;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.925)
/* Android */
Color.parseColor("#afe7ec")Accessibility — WCAG contrast
Aa
#afe7ec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7ec on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta2.1%
Yellow0.0%
Key (black)7.5%
Color previews
#afe7ec text on a black background
contrast 15.46:1
Card sample
#afe7ec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7ec;
Background color
Panel with #afe7ec background
background-color: #afe7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7ec; background: linear-gradient(135deg, #afe7ec, #AFBEEC);