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