#4acfd8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 207, 216
HSL
184°, 65%, 57%
CMYK
66, 4, 0, 15
Luminance
0.5104
Every format
| HEX | #4acfd8 |
| RGB | rgb(74, 207, 216) |
| HSL | hsl(184, 65%, 57%) |
| CMYK | cmyk(66%, 4%, 0%, 15%) |
| LAB | lab(76.7 -32.8 -15.1) |
| LCH | lch(76.7 36.1 204.7) |
| OKLCH | oklch(0.787 0.114 201.6) |
Copy-ready code
/* CSS */
color: #4acfd8;
background-color: #4acfd8;
/* Tailwind (arbitrary) */
class="text-[#4acfd8] bg-[#4acfd8]"
/* SCSS */
$brand: #4acfd8;
/* SwiftUI */
Color(red: 0.290, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#4acfd8")Accessibility — WCAG contrast
Aa
#4acfd8 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acfd8 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green81.2%
Blue84.7%
CMYK percentages
Cyan65.7%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#4acfd8 text on a black background
contrast 11.21:1
Card sample
#4acfd8 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acfd8;
Background color
Panel with #4acfd8 background
background-color: #4acfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acfd8; background: linear-gradient(135deg, #4acfd8, #4A70D8);