#aef2ff
a light, electric cyan · cool · closest name: skyblue
RGB
174, 242, 255
HSL
190°, 100%, 84%
CMYK
32, 5, 0, 0
Luminance
0.7972
Every format
| HEX | #aef2ff |
| RGB | rgb(174, 242, 255) |
| HSL | hsl(190, 100%, 84%) |
| CMYK | cmyk(32%, 5%, 0%, 0%) |
| LAB | lab(91.6 -18.1 -13.0) |
| LCH | lch(91.6 22.3 215.8) |
| OKLCH | oklch(0.920 0.070 210.7) |
Copy-ready code
/* CSS */
color: #aef2ff;
background-color: #aef2ff;
/* Tailwind (arbitrary) */
class="text-[#aef2ff] bg-[#aef2ff]"
/* SCSS */
$brand: #aef2ff;
/* SwiftUI */
Color(red: 0.682, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#aef2ff")Accessibility — WCAG contrast
Aa
#aef2ff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef2ff on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.9%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#aef2ff text on a black background
contrast 16.94:1
Card sample
#aef2ff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef2ff;
Background color
Panel with #aef2ff background
background-color: #aef2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef2ff; background: linear-gradient(135deg, #aef2ff, #AEBCFF);