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