#afece4
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 236, 228
HSL
172°, 62%, 81%
CMYK
26, 0, 3, 8
Luminance
0.7471
Every format
| HEX | #afece4 |
| RGB | rgb(175, 236, 228) |
| HSL | hsl(172, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 3%, 8%) |
| LAB | lab(89.3 -20.8 -2.4) |
| LCH | lch(89.3 20.9 186.5) |
| OKLCH | oklch(0.900 0.063 186.1) |
Copy-ready code
/* CSS */
color: #afece4;
background-color: #afece4;
/* Tailwind (arbitrary) */
class="text-[#afece4] bg-[#afece4]"
/* SCSS */
$brand: #afece4;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.894)
/* Android */
Color.parseColor("#afece4")Accessibility — WCAG contrast
Aa
#afece4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afece4 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue89.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow3.4%
Key (black)7.5%
Color previews
#afece4 text on a black background
contrast 15.94:1
Card sample
#afece4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afece4;
Background color
Panel with #afece4 background
background-color: #afece4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afece4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afece4; background: linear-gradient(135deg, #afece4, #AFCBEC);