#4aeee3
a balanced, electric cyan · cool · closest name: turquoise
RGB
74, 238, 227
HSL
176°, 83%, 61%
CMYK
69, 0, 5, 7
Luminance
0.6815
Every format
| HEX | #4aeee3 |
| RGB | rgb(74, 238, 227) |
| HSL | hsl(176, 83%, 61%) |
| CMYK | cmyk(69%, 0%, 5%, 7%) |
| LAB | lab(86.1 -43.9 -6.9) |
| LCH | lch(86.1 44.4 189.0) |
| OKLCH | oklch(0.864 0.133 188.4) |
Copy-ready code
/* CSS */
color: #4aeee3;
background-color: #4aeee3;
/* Tailwind (arbitrary) */
class="text-[#4aeee3] bg-[#4aeee3]"
/* SCSS */
$brand: #4aeee3;
/* SwiftUI */
Color(red: 0.290, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#4aeee3")Accessibility — WCAG contrast
Aa
#4aeee3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aeee3 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green93.3%
Blue89.0%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#4aeee3 text on a black background
contrast 14.63:1
Card sample
#4aeee3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aeee3;
Background color
Panel with #4aeee3 background
background-color: #4aeee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aeee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aeee3; background: linear-gradient(135deg, #4aeee3, #4A8CEE);