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