#aef0fc
a light, electric cyan · cool · closest name: skyblue
RGB
174, 240, 252
HSL
189°, 93%, 84%
CMYK
31, 5, 0, 1
Luminance
0.7835
Every format
| HEX | #aef0fc |
| RGB | rgb(174, 240, 252) |
| HSL | hsl(189, 93%, 84%) |
| CMYK | cmyk(31%, 5%, 0%, 1%) |
| LAB | lab(90.9 -17.8 -12.4) |
| LCH | lch(90.9 21.7 214.9) |
| OKLCH | oklch(0.915 0.068 210.0) |
Copy-ready code
/* CSS */
color: #aef0fc;
background-color: #aef0fc;
/* Tailwind (arbitrary) */
class="text-[#aef0fc] bg-[#aef0fc]"
/* SCSS */
$brand: #aef0fc;
/* SwiftUI */
Color(red: 0.682, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#aef0fc")Accessibility — WCAG contrast
Aa
#aef0fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef0fc on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.1%
Blue98.8%
CMYK percentages
Cyan31.0%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#aef0fc text on a black background
contrast 16.67:1
Card sample
#aef0fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef0fc;
Background color
Panel with #aef0fc background
background-color: #aef0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef0fc; background: linear-gradient(135deg, #aef0fc, #AEBCFC);