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