#aefdfb
a light, electric cyan · cool · closest name: skyblue
RGB
174, 253, 251
HSL
179°, 95%, 84%
CMYK
31, 0, 1, 1
Luminance
0.8621
Every format
| HEX | #aefdfb |
| RGB | rgb(174, 253, 251) |
| HSL | hsl(179, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 1%, 1%) |
| LAB | lab(94.4 -24.4 -6.7) |
| LCH | lch(94.4 25.3 195.5) |
| OKLCH | oklch(0.943 0.077 193.9) |
Copy-ready code
/* CSS */
color: #aefdfb;
background-color: #aefdfb;
/* Tailwind (arbitrary) */
class="text-[#aefdfb] bg-[#aefdfb]"
/* SCSS */
$brand: #aefdfb;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#aefdfb")Accessibility — WCAG contrast
Aa
#aefdfb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdfb on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue98.4%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#aefdfb text on a black background
contrast 18.24:1
Card sample
#aefdfb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdfb;
Background color
Panel with #aefdfb background
background-color: #aefdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdfb; background: linear-gradient(135deg, #aefdfb, #AECAFD);