#4cbfc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 191, 194
HSL
182°, 49%, 53%
CMYK
61, 2, 0, 24
Luminance
0.4269
Every format
| HEX | #4cbfc2 |
| RGB | rgb(76, 191, 194) |
| HSL | hsl(182, 49%, 53%) |
| CMYK | cmyk(61%, 2%, 0%, 24%) |
| LAB | lab(71.3 -31.0 -11.2) |
| LCH | lch(71.3 33.0 199.8) |
| OKLCH | oklch(0.741 0.102 197.6) |
Copy-ready code
/* CSS */
color: #4cbfc2;
background-color: #4cbfc2;
/* Tailwind (arbitrary) */
class="text-[#4cbfc2] bg-[#4cbfc2]"
/* SCSS */
$brand: #4cbfc2;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#4cbfc2")Accessibility — WCAG contrast
Aa
#4cbfc2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbfc2 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue76.1%
CMYK percentages
Cyan60.8%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#4cbfc2 text on a black background
contrast 9.54:1
Card sample
#4cbfc2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbfc2;
Background color
Panel with #4cbfc2 background
background-color: #4cbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbfc2; background: linear-gradient(135deg, #4cbfc2, #4C70C2);