#aef5ff
a light, electric cyan · cool · closest name: skyblue
RGB
174, 245, 255
HSL
187°, 100%, 84%
CMYK
32, 4, 0, 0
Luminance
0.8152
Every format
| HEX | #aef5ff |
| RGB | rgb(174, 245, 255) |
| HSL | hsl(187, 100%, 84%) |
| CMYK | cmyk(32%, 4%, 0%, 0%) |
| LAB | lab(92.4 -19.6 -11.8) |
| LCH | lch(92.4 22.9 211.2) |
| OKLCH | oklch(0.927 0.071 207.0) |
Copy-ready code
/* CSS */
color: #aef5ff;
background-color: #aef5ff;
/* Tailwind (arbitrary) */
class="text-[#aef5ff] bg-[#aef5ff]"
/* SCSS */
$brand: #aef5ff;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#aef5ff")Accessibility — WCAG contrast
Aa
#aef5ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef5ff on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#aef5ff text on a black background
contrast 17.30:1
Card sample
#aef5ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef5ff;
Background color
Panel with #aef5ff background
background-color: #aef5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef5ff; background: linear-gradient(135deg, #aef5ff, #AEBFFF);