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