#aefbf4
a light, electric cyan · cool · closest name: turquoise
RGB
174, 251, 244
HSL
175°, 91%, 83%
CMYK
31, 0, 3, 2
Luminance
0.8452
Every format
| HEX | #aefbf4 |
| RGB | rgb(174, 251, 244) |
| HSL | hsl(175, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 3%, 2%) |
| LAB | lab(93.7 -24.9 -4.2) |
| LCH | lch(93.7 25.3 189.5) |
| OKLCH | oklch(0.936 0.076 188.8) |
Copy-ready code
/* CSS */
color: #aefbf4;
background-color: #aefbf4;
/* Tailwind (arbitrary) */
class="text-[#aefbf4] bg-[#aefbf4]"
/* SCSS */
$brand: #aefbf4;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.957)
/* Android */
Color.parseColor("#aefbf4")Accessibility — WCAG contrast
Aa
#aefbf4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbf4 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue95.7%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow2.8%
Key (black)1.6%
Color previews
#aefbf4 text on a black background
contrast 17.90:1
Card sample
#aefbf4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbf4;
Background color
Panel with #aefbf4 background
background-color: #aefbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbf4; background: linear-gradient(135deg, #aefbf4, #AECFFB);