#aefffb
a light, electric cyan · cool · closest name: turquoise
RGB
174, 255, 251
HSL
177°, 100%, 84%
CMYK
32, 0, 2, 0
Luminance
0.8748
Every format
| HEX | #aefffb |
| RGB | rgb(174, 255, 251) |
| HSL | hsl(177, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 2%, 0%) |
| LAB | lab(94.9 -25.3 -6.0) |
| LCH | lch(94.9 26.0 193.2) |
| OKLCH | oklch(0.947 0.079 192.0) |
Copy-ready code
/* CSS */
color: #aefffb;
background-color: #aefffb;
/* Tailwind (arbitrary) */
class="text-[#aefffb] bg-[#aefffb]"
/* SCSS */
$brand: #aefffb;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.984)
/* Android */
Color.parseColor("#aefffb")Accessibility — WCAG contrast
Aa
#aefffb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefffb on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue98.4%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow1.6%
Key (black)0.0%
Color previews
#aefffb text on a black background
contrast 18.50:1
Card sample
#aefffb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefffb;
Background color
Panel with #aefffb background
background-color: #aefffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefffb; background: linear-gradient(135deg, #aefffb, #AECDFF);