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