#aefef2
a light, electric cyan · cool · closest name: turquoise
RGB
174, 254, 242
HSL
171°, 98%, 84%
CMYK
32, 0, 5, 0
Luminance
0.8629
Every format
| HEX | #aefef2 |
| RGB | rgb(174, 254, 242) |
| HSL | hsl(171, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 5%, 0%) |
| LAB | lab(94.4 -26.8 -2.0) |
| LCH | lch(94.4 26.9 184.3) |
| OKLCH | oklch(0.942 0.080 184.2) |
Copy-ready code
/* CSS */
color: #aefef2;
background-color: #aefef2;
/* Tailwind (arbitrary) */
class="text-[#aefef2] bg-[#aefef2]"
/* SCSS */
$brand: #aefef2;
/* SwiftUI */
Color(red: 0.682, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#aefef2")Accessibility — WCAG contrast
Aa
#aefef2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefef2 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.6%
Blue94.9%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#aefef2 text on a black background
contrast 18.26:1
Card sample
#aefef2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefef2;
Background color
Panel with #aefef2 background
background-color: #aefef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefef2; background: linear-gradient(135deg, #aefef2, #AED5FE);