#4cdada
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 218, 218
HSL
180°, 66%, 58%
CMYK
65, 0, 0, 15
Luminance
0.5674
Every format
| HEX | #4cdada |
| RGB | rgb(76, 218, 218) |
| HSL | hsl(180, 66%, 58%) |
| CMYK | cmyk(65%, 0%, 0%, 15%) |
| LAB | lab(80.0 -37.1 -11.2) |
| LCH | lch(80.0 38.7 196.7) |
| OKLCH | oklch(0.814 0.119 195.1) |
Copy-ready code
/* CSS */
color: #4cdada;
background-color: #4cdada;
/* Tailwind (arbitrary) */
class="text-[#4cdada] bg-[#4cdada]"
/* SCSS */
$brand: #4cdada;
/* SwiftUI */
Color(red: 0.298, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#4cdada")Accessibility — WCAG contrast
Aa
#4cdada on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdada on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.5%
Blue85.5%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#4cdada text on a black background
contrast 12.35:1
Card sample
#4cdada text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdada;
Background color
Panel with #4cdada background
background-color: #4cdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdada; background: linear-gradient(135deg, #4cdada, #4C7BDA);