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