#aefaeb
a light, electric cyan · cool · closest name: aquamarine
RGB
174, 250, 235
HSL
168°, 88%, 83%
CMYK
30, 0, 6, 2
Luminance
0.8337
Every format
| HEX | #aefaeb |
| RGB | rgb(174, 250, 235) |
| HSL | hsl(168, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 6%, 2%) |
| LAB | lab(93.2 -26.4 -0.3) |
| LCH | lch(93.2 26.4 180.6) |
| OKLCH | oklch(0.931 0.078 180.8) |
Copy-ready code
/* CSS */
color: #aefaeb;
background-color: #aefaeb;
/* Tailwind (arbitrary) */
class="text-[#aefaeb] bg-[#aefaeb]"
/* SCSS */
$brand: #aefaeb;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#aefaeb")Accessibility — WCAG contrast
Aa
#aefaeb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefaeb on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue92.2%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#aefaeb text on a black background
contrast 17.67:1
Card sample
#aefaeb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefaeb;
Background color
Panel with #aefaeb background
background-color: #aefaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefaeb; background: linear-gradient(135deg, #aefaeb, #AED6FA);