#4fccac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 204, 172
HSL
165°, 55%, 56%
CMYK
61, 0, 16, 20
Luminance
0.4783
Every format
| HEX | #4fccac |
| RGB | rgb(79, 204, 172) |
| HSL | hsl(165, 55%, 56%) |
| CMYK | cmyk(61%, 0%, 16%, 20%) |
| LAB | lab(74.7 -42.2 5.7) |
| LCH | lch(74.7 42.6 172.3) |
| OKLCH | oklch(0.767 0.120 173.1) |
Copy-ready code
/* CSS */
color: #4fccac;
background-color: #4fccac;
/* Tailwind (arbitrary) */
class="text-[#4fccac] bg-[#4fccac]"
/* SCSS */
$brand: #4fccac;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#4fccac")Accessibility — WCAG contrast
Aa
#4fccac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fccac on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue67.5%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#4fccac text on a black background
contrast 10.57:1
Card sample
#4fccac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fccac;
Background color
Panel with #4fccac background
background-color: #4fccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fccac; background: linear-gradient(135deg, #4fccac, #4F99CC);