#aefdff
a light, electric cyan · cool · closest name: skyblue
RGB
174, 253, 255
HSL
182°, 100%, 84%
CMYK
32, 1, 0, 0
Luminance
0.8647
Every format
| HEX | #aefdff |
| RGB | rgb(174, 253, 255) |
| HSL | hsl(182, 100%, 84%) |
| CMYK | cmyk(32%, 1%, 0%, 0%) |
| LAB | lab(94.5 -23.5 -8.7) |
| LCH | lch(94.5 25.0 200.2) |
| OKLCH | oklch(0.944 0.077 197.9) |
Copy-ready code
/* CSS */
color: #aefdff;
background-color: #aefdff;
/* Tailwind (arbitrary) */
class="text-[#aefdff] bg-[#aefdff]"
/* SCSS */
$brand: #aefdff;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#aefdff")Accessibility — WCAG contrast
Aa
#aefdff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdff on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#aefdff text on a black background
contrast 18.29:1
Card sample
#aefdff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdff;
Background color
Panel with #aefdff background
background-color: #aefdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdff; background: linear-gradient(135deg, #aefdff, #AEC7FF);