#aef1eb
a light, vivid cyan · cool · closest name: skyblue
RGB
174, 241, 235
HSL
175°, 71%, 81%
CMYK
28, 0, 3, 6
Luminance
0.7791
Every format
| HEX | #aef1eb |
| RGB | rgb(174, 241, 235) |
| HSL | hsl(175, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 3%, 6%) |
| LAB | lab(90.7 -22.1 -3.8) |
| LCH | lch(90.7 22.4 189.9) |
| OKLCH | oklch(0.912 0.067 189.1) |
Copy-ready code
/* CSS */
color: #aef1eb;
background-color: #aef1eb;
/* Tailwind (arbitrary) */
class="text-[#aef1eb] bg-[#aef1eb]"
/* SCSS */
$brand: #aef1eb;
/* SwiftUI */
Color(red: 0.682, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#aef1eb")Accessibility — WCAG contrast
Aa
#aef1eb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef1eb on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.5%
Blue92.2%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#aef1eb text on a black background
contrast 16.58:1
Card sample
#aef1eb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef1eb;
Background color
Panel with #aef1eb background
background-color: #aef1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef1eb; background: linear-gradient(135deg, #aef1eb, #AECAF1);