#aefcf2
a light, electric cyan · cool · closest name: turquoise
RGB
174, 252, 242
HSL
172°, 93%, 84%
CMYK
31, 0, 4, 1
Luminance
0.8503
Every format
| HEX | #aefcf2 |
| RGB | rgb(174, 252, 242) |
| HSL | hsl(172, 93%, 84%) |
| CMYK | cmyk(31%, 0%, 4%, 1%) |
| LAB | lab(93.9 -25.9 -2.8) |
| LCH | lch(93.9 26.0 186.3) |
| OKLCH | oklch(0.938 0.078 185.9) |
Copy-ready code
/* CSS */
color: #aefcf2;
background-color: #aefcf2;
/* Tailwind (arbitrary) */
class="text-[#aefcf2] bg-[#aefcf2]"
/* SCSS */
$brand: #aefcf2;
/* SwiftUI */
Color(red: 0.682, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#aefcf2")Accessibility — WCAG contrast
Aa
#aefcf2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefcf2 on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.8%
Blue94.9%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#aefcf2 text on a black background
contrast 18.01:1
Card sample
#aefcf2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefcf2;
Background color
Panel with #aefcf2 background
background-color: #aefcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefcf2; background: linear-gradient(135deg, #aefcf2, #AED2FC);