#aef4f4
a light, electric cyan · cool · closest name: skyblue
RGB
174, 244, 244
HSL
180°, 76%, 82%
CMYK
29, 0, 0, 4
Luminance
0.8023
Every format
| HEX | #aef4f4 |
| RGB | rgb(174, 244, 244) |
| HSL | hsl(180, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 0%, 4%) |
| LAB | lab(91.8 -21.6 -7.0) |
| LCH | lch(91.8 22.6 197.9) |
| OKLCH | oklch(0.921 0.069 196.0) |
Copy-ready code
/* CSS */
color: #aef4f4;
background-color: #aef4f4;
/* Tailwind (arbitrary) */
class="text-[#aef4f4] bg-[#aef4f4]"
/* SCSS */
$brand: #aef4f4;
/* SwiftUI */
Color(red: 0.682, green: 0.957, blue: 0.957)
/* Android */
Color.parseColor("#aef4f4")Accessibility — WCAG contrast
Aa
#aef4f4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef4f4 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.7%
Blue95.7%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow0.0%
Key (black)4.3%
Color previews
#aef4f4 text on a black background
contrast 17.05:1
Card sample
#aef4f4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef4f4;
Background color
Panel with #aef4f4 background
background-color: #aef4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 244, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 244, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef4f4; background: linear-gradient(135deg, #aef4f4, #AEC5F4);