#aefffe
a light, electric cyan · cool · closest name: skyblue
RGB
174, 255, 254
HSL
179°, 100%, 84%
CMYK
32, 0, 0, 0
Luminance
0.8767
Every format
| HEX | #aefffe |
| RGB | rgb(174, 255, 254) |
| HSL | hsl(179, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 0%, 0%) |
| LAB | lab(95.0 -24.7 -7.4) |
| LCH | lch(95.0 25.7 196.7) |
| OKLCH | oklch(0.948 0.079 194.9) |
Copy-ready code
/* CSS */
color: #aefffe;
background-color: #aefffe;
/* Tailwind (arbitrary) */
class="text-[#aefffe] bg-[#aefffe]"
/* SCSS */
$brand: #aefffe;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#aefffe")Accessibility — WCAG contrast
Aa
#aefffe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefffe on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue99.6%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#aefffe text on a black background
contrast 18.53:1
Card sample
#aefffe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefffe;
Background color
Panel with #aefffe background
background-color: #aefffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefffe; background: linear-gradient(135deg, #aefffe, #AECAFF);