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