#aefceb
a light, electric cyan · cool · closest name: aquamarine
RGB
174, 252, 235
HSL
167°, 93%, 84%
CMYK
31, 0, 7, 1
Luminance
0.8462
Every format
| HEX | #aefceb |
| RGB | rgb(174, 252, 235) |
| HSL | hsl(167, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 7%, 1%) |
| LAB | lab(93.7 -27.4 0.5) |
| LCH | lch(93.7 27.4 178.9) |
| OKLCH | oklch(0.936 0.080 179.3) |
Copy-ready code
/* CSS */
color: #aefceb;
background-color: #aefceb;
/* Tailwind (arbitrary) */
class="text-[#aefceb] bg-[#aefceb]"
/* SCSS */
$brand: #aefceb;
/* SwiftUI */
Color(red: 0.682, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#aefceb")Accessibility — WCAG contrast
Aa
#aefceb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefceb on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#aefceb text on a black background
contrast 17.92:1
Card sample
#aefceb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefceb;
Background color
Panel with #aefceb background
background-color: #aefceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefceb; background: linear-gradient(135deg, #aefceb, #AED9FC);