#aef6eb
a light, electric cyan · cool · closest name: turquoise
RGB
174, 246, 235
HSL
171°, 80%, 82%
CMYK
29, 0, 5, 4
Luminance
0.8091
Every format
| HEX | #aef6eb |
| RGB | rgb(174, 246, 235) |
| HSL | hsl(171, 80%, 82%) |
| CMYK | cmyk(29%, 0%, 5%, 4%) |
| LAB | lab(92.1 -24.5 -1.9) |
| LCH | lch(92.1 24.6 184.3) |
| OKLCH | oklch(0.923 0.073 184.2) |
Copy-ready code
/* CSS */
color: #aef6eb;
background-color: #aef6eb;
/* Tailwind (arbitrary) */
class="text-[#aef6eb] bg-[#aef6eb]"
/* SCSS */
$brand: #aef6eb;
/* SwiftUI */
Color(red: 0.682, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#aef6eb")Accessibility — WCAG contrast
Aa
#aef6eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef6eb on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.5%
Blue92.2%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#aef6eb text on a black background
contrast 17.18:1
Card sample
#aef6eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef6eb;
Background color
Panel with #aef6eb background
background-color: #aef6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef6eb; background: linear-gradient(135deg, #aef6eb, #AED1F6);