#afeeeb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 238, 235
HSL
177°, 65%, 81%
CMYK
27, 0, 1, 7
Luminance
0.7626
Every format
| HEX | #afeeeb |
| RGB | rgb(175, 238, 235) |
| HSL | hsl(177, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 1%, 7%) |
| LAB | lab(90.0 -20.3 -5.0) |
| LCH | lch(90.0 20.9 193.7) |
| OKLCH | oklch(0.906 0.063 192.4) |
Copy-ready code
/* CSS */
color: #afeeeb;
background-color: #afeeeb;
/* Tailwind (arbitrary) */
class="text-[#afeeeb] bg-[#afeeeb]"
/* SCSS */
$brand: #afeeeb;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#afeeeb")Accessibility — WCAG contrast
Aa
#afeeeb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeeb on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue92.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#afeeeb text on a black background
contrast 16.25:1
Card sample
#afeeeb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeeb;
Background color
Panel with #afeeeb background
background-color: #afeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeeb; background: linear-gradient(135deg, #afeeeb, #AFC7EE);