#aefff2
a light, electric cyan · cool · closest name: turquoise
RGB
174, 255, 242
HSL
170°, 100%, 84%
CMYK
32, 0, 5, 0
Luminance
0.8693
Every format
| HEX | #aefff2 |
| RGB | rgb(174, 255, 242) |
| HSL | hsl(170, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 5%, 0%) |
| LAB | lab(94.7 -27.3 -1.6) |
| LCH | lch(94.7 27.4 183.5) |
| OKLCH | oklch(0.944 0.081 183.4) |
Copy-ready code
/* CSS */
color: #aefff2;
background-color: #aefff2;
/* Tailwind (arbitrary) */
class="text-[#aefff2] bg-[#aefff2]"
/* SCSS */
$brand: #aefff2;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#aefff2")Accessibility — WCAG contrast
Aa
#aefff2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefff2 on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue94.9%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#aefff2 text on a black background
contrast 18.39:1
Card sample
#aefff2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefff2;
Background color
Panel with #aefff2 background
background-color: #aefff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefff2; background: linear-gradient(135deg, #aefff2, #AED6FF);