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