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