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