#4aefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
74, 239, 223
HSL
174°, 84%, 61%
CMYK
69, 0, 7, 6
Luminance
0.6852
Every format
| HEX | #4aefdf |
| RGB | rgb(74, 239, 223) |
| HSL | hsl(174, 84%, 61%) |
| CMYK | cmyk(69%, 0%, 7%, 6%) |
| LAB | lab(86.3 -45.4 -4.6) |
| LCH | lch(86.3 45.6 185.8) |
| OKLCH | oklch(0.865 0.135 185.6) |
Copy-ready code
/* CSS */
color: #4aefdf;
background-color: #4aefdf;
/* Tailwind (arbitrary) */
class="text-[#4aefdf] bg-[#4aefdf]"
/* SCSS */
$brand: #4aefdf;
/* SwiftUI */
Color(red: 0.290, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#4aefdf")Accessibility — WCAG contrast
Aa
#4aefdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aefdf on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green93.7%
Blue87.5%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#4aefdf text on a black background
contrast 14.70:1
Card sample
#4aefdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aefdf;
Background color
Panel with #4aefdf background
background-color: #4aefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aefdf; background: linear-gradient(135deg, #4aefdf, #4A91EF);