#4fccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 204, 186
HSL
171°, 55%, 56%
CMYK
61, 0, 9, 20
Luminance
0.4839
Every format
| HEX | #4fccba |
| RGB | rgb(79, 204, 186) |
| HSL | hsl(171, 55%, 56%) |
| CMYK | cmyk(61%, 0%, 9%, 20%) |
| LAB | lab(75.1 -38.7 -1.3) |
| LCH | lch(75.1 38.8 181.9) |
| OKLCH | oklch(0.771 0.113 182.1) |
Copy-ready code
/* CSS */
color: #4fccba;
background-color: #4fccba;
/* Tailwind (arbitrary) */
class="text-[#4fccba] bg-[#4fccba]"
/* SCSS */
$brand: #4fccba;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#4fccba")Accessibility — WCAG contrast
Aa
#4fccba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fccba on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#4fccba text on a black background
contrast 10.68:1
Card sample
#4fccba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fccba;
Background color
Panel with #4fccba background
background-color: #4fccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fccba; background: linear-gradient(135deg, #4fccba, #4F8BCC);