#aef9eb
a light, electric cyan · cool · closest name: turquoise
RGB
174, 249, 235
HSL
169°, 86%, 83%
CMYK
30, 0, 6, 2
Luminance
0.8275
Every format
| HEX | #aef9eb |
| RGB | rgb(174, 249, 235) |
| HSL | hsl(169, 86%, 83%) |
| CMYK | cmyk(30%, 0%, 6%, 2%) |
| LAB | lab(92.9 -25.9 -0.7) |
| LCH | lch(92.9 25.9 181.5) |
| OKLCH | oklch(0.929 0.076 181.6) |
Copy-ready code
/* CSS */
color: #aef9eb;
background-color: #aef9eb;
/* Tailwind (arbitrary) */
class="text-[#aef9eb] bg-[#aef9eb]"
/* SCSS */
$brand: #aef9eb;
/* SwiftUI */
Color(red: 0.682, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#aef9eb")Accessibility — WCAG contrast
Aa
#aef9eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef9eb on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green97.6%
Blue92.2%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#aef9eb text on a black background
contrast 17.55:1
Card sample
#aef9eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef9eb;
Background color
Panel with #aef9eb background
background-color: #aef9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef9eb; background: linear-gradient(135deg, #aef9eb, #AED5F9);