#4fcfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 207, 172
HSL
164°, 57%, 56%
CMYK
62, 0, 17, 19
Luminance
0.4927
Every format
| HEX | #4fcfac |
| RGB | rgb(79, 207, 172) |
| HSL | hsl(164, 57%, 56%) |
| CMYK | cmyk(62%, 0%, 17%, 19%) |
| LAB | lab(75.6 -43.5 7.0) |
| LCH | lch(75.6 44.1 170.8) |
| OKLCH | oklch(0.774 0.124 171.7) |
Copy-ready code
/* CSS */
color: #4fcfac;
background-color: #4fcfac;
/* Tailwind (arbitrary) */
class="text-[#4fcfac] bg-[#4fcfac]"
/* SCSS */
$brand: #4fcfac;
/* SwiftUI */
Color(red: 0.310, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#4fcfac")Accessibility — WCAG contrast
Aa
#4fcfac on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcfac on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green81.2%
Blue67.5%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#4fcfac text on a black background
contrast 10.85:1
Card sample
#4fcfac text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcfac;
Background color
Panel with #4fcfac background
background-color: #4fcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcfac; background: linear-gradient(135deg, #4fcfac, #4F9DCF);