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