#4cd2cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 210, 203
HSL
177°, 60%, 56%
CMYK
64, 0, 3, 18
Luminance
0.5194
Every format
| HEX | #4cd2cb |
| RGB | rgb(76, 210, 203) |
| HSL | hsl(177, 60%, 56%) |
| CMYK | cmyk(64%, 0%, 3%, 18%) |
| LAB | lab(77.2 -37.5 -7.3) |
| LCH | lch(77.2 38.2 191.0) |
| OKLCH | oklch(0.790 0.115 190.1) |
Copy-ready code
/* CSS */
color: #4cd2cb;
background-color: #4cd2cb;
/* Tailwind (arbitrary) */
class="text-[#4cd2cb] bg-[#4cd2cb]"
/* SCSS */
$brand: #4cd2cb;
/* SwiftUI */
Color(red: 0.298, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#4cd2cb")Accessibility — WCAG contrast
Aa
#4cd2cb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd2cb on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green82.4%
Blue79.6%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#4cd2cb text on a black background
contrast 11.39:1
Card sample
#4cd2cb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd2cb;
Background color
Panel with #4cd2cb background
background-color: #4cd2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd2cb; background: linear-gradient(135deg, #4cd2cb, #4C80D2);