#afefeb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 239, 235
HSL
176°, 67%, 81%
CMYK
27, 0, 2, 6
Luminance
0.7685
Every format
| HEX | #afefeb |
| RGB | rgb(175, 239, 235) |
| HSL | hsl(176, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 2%, 6%) |
| LAB | lab(90.3 -20.8 -4.5) |
| LCH | lch(90.3 21.3 192.3) |
| OKLCH | oklch(0.908 0.064 191.2) |
Copy-ready code
/* CSS */
color: #afefeb;
background-color: #afefeb;
/* Tailwind (arbitrary) */
class="text-[#afefeb] bg-[#afefeb]"
/* SCSS */
$brand: #afefeb;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.922)
/* Android */
Color.parseColor("#afefeb")Accessibility — WCAG contrast
Aa
#afefeb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefeb on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow1.7%
Key (black)6.3%
Color previews
#afefeb text on a black background
contrast 16.37:1
Card sample
#afefeb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefeb;
Background color
Panel with #afefeb background
background-color: #afefeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefeb; background: linear-gradient(135deg, #afefeb, #AFC8EF);