#aef8eb
a light, electric cyan · cool · closest name: turquoise
RGB
174, 248, 235
HSL
170°, 84%, 83%
CMYK
30, 0, 5, 3
Luminance
0.8213
Every format
| HEX | #aef8eb |
| RGB | rgb(174, 248, 235) |
| HSL | hsl(170, 84%, 83%) |
| CMYK | cmyk(30%, 0%, 5%, 3%) |
| LAB | lab(92.6 -25.4 -1.1) |
| LCH | lch(92.6 25.5 182.4) |
| OKLCH | oklch(0.927 0.075 182.5) |
Copy-ready code
/* CSS */
color: #aef8eb;
background-color: #aef8eb;
/* Tailwind (arbitrary) */
class="text-[#aef8eb] bg-[#aef8eb]"
/* SCSS */
$brand: #aef8eb;
/* SwiftUI */
Color(red: 0.682, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#aef8eb")Accessibility — WCAG contrast
Aa
#aef8eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef8eb on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green97.3%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#aef8eb text on a black background
contrast 17.43:1
Card sample
#aef8eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef8eb;
Background color
Panel with #aef8eb background
background-color: #aef8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef8eb; background: linear-gradient(135deg, #aef8eb, #AED4F8);