#4fcccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 204, 207
HSL
181°, 57%, 56%
CMYK
62, 1, 0, 19
Luminance
0.4935
Every format
| HEX | #4fcccf |
| RGB | rgb(79, 204, 207) |
| HSL | hsl(181, 57%, 56%) |
| CMYK | cmyk(62%, 1%, 0%, 19%) |
| LAB | lab(75.7 -33.1 -11.8) |
| LCH | lch(75.7 35.1 199.6) |
| OKLCH | oklch(0.778 0.109 197.4) |
Copy-ready code
/* CSS */
color: #4fcccf;
background-color: #4fcccf;
/* Tailwind (arbitrary) */
class="text-[#4fcccf] bg-[#4fcccf]"
/* SCSS */
$brand: #4fcccf;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#4fcccf")Accessibility — WCAG contrast
Aa
#4fcccf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcccf on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4fcccf text on a black background
contrast 10.87:1
Card sample
#4fcccf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcccf;
Background color
Panel with #4fcccf background
background-color: #4fcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcccf; background: linear-gradient(135deg, #4fcccf, #4F77CF);