#aef3eb
a light, vivid cyan · cool · closest name: turquoise
RGB
174, 243, 235
HSL
173°, 74%, 82%
CMYK
28, 0, 3, 5
Luminance
0.7910
Every format
| HEX | #aef3eb |
| RGB | rgb(174, 243, 235) |
| HSL | hsl(173, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 3%, 5%) |
| LAB | lab(91.3 -23.0 -3.0) |
| LCH | lch(91.3 23.2 187.5) |
| OKLCH | oklch(0.916 0.070 187.0) |
Copy-ready code
/* CSS */
color: #aef3eb;
background-color: #aef3eb;
/* Tailwind (arbitrary) */
class="text-[#aef3eb] bg-[#aef3eb]"
/* SCSS */
$brand: #aef3eb;
/* SwiftUI */
Color(red: 0.682, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#aef3eb")Accessibility — WCAG contrast
Aa
#aef3eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef3eb on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.3%
Blue92.2%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#aef3eb text on a black background
contrast 16.82:1
Card sample
#aef3eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef3eb;
Background color
Panel with #aef3eb background
background-color: #aef3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef3eb; background: linear-gradient(135deg, #aef3eb, #AECDF3);