#4cdcdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 220, 223
HSL
181°, 70%, 59%
CMYK
66, 1, 0, 13
Luminance
0.5805
Every format
| HEX | #4cdcdf |
| RGB | rgb(76, 220, 223) |
| HSL | hsl(181, 70%, 59%) |
| CMYK | cmyk(66%, 1%, 0%, 13%) |
| LAB | lab(80.8 -36.6 -12.7) |
| LCH | lch(80.8 38.7 199.2) |
| OKLCH | oklch(0.820 0.120 197.1) |
Copy-ready code
/* CSS */
color: #4cdcdf;
background-color: #4cdcdf;
/* Tailwind (arbitrary) */
class="text-[#4cdcdf] bg-[#4cdcdf]"
/* SCSS */
$brand: #4cdcdf;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#4cdcdf")Accessibility — WCAG contrast
Aa
#4cdcdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdcdf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan65.9%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4cdcdf text on a black background
contrast 12.61:1
Card sample
#4cdcdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdcdf;
Background color
Panel with #4cdcdf background
background-color: #4cdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdcdf; background: linear-gradient(135deg, #4cdcdf, #4C7ADF);