#aef5eb
a light, electric cyan · cool · closest name: turquoise
RGB
174, 245, 235
HSL
172°, 78%, 82%
CMYK
29, 0, 4, 4
Luminance
0.8030
Every format
| HEX | #aef5eb |
| RGB | rgb(174, 245, 235) |
| HSL | hsl(172, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 4%, 4%) |
| LAB | lab(91.8 -24.0 -2.3) |
| LCH | lch(91.8 24.1 185.4) |
| OKLCH | oklch(0.920 0.072 185.1) |
Copy-ready code
/* CSS */
color: #aef5eb;
background-color: #aef5eb;
/* Tailwind (arbitrary) */
class="text-[#aef5eb] bg-[#aef5eb]"
/* SCSS */
$brand: #aef5eb;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#aef5eb")Accessibility — WCAG contrast
Aa
#aef5eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef5eb on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue92.2%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#aef5eb text on a black background
contrast 17.06:1
Card sample
#aef5eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef5eb;
Background color
Panel with #aef5eb background
background-color: #aef5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef5eb; background: linear-gradient(135deg, #aef5eb, #AED0F5);