#4fccb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 204, 178
HSL
168°, 55%, 56%
CMYK
61, 0, 13, 20
Luminance
0.4806
Every format
| HEX | #4fccb2 |
| RGB | rgb(79, 204, 178) |
| HSL | hsl(168, 55%, 56%) |
| CMYK | cmyk(61%, 0%, 13%, 20%) |
| LAB | lab(74.9 -40.8 2.7) |
| LCH | lch(74.9 40.9 176.2) |
| OKLCH | oklch(0.769 0.117 176.8) |
Copy-ready code
/* CSS */
color: #4fccb2;
background-color: #4fccb2;
/* Tailwind (arbitrary) */
class="text-[#4fccb2] bg-[#4fccb2]"
/* SCSS */
$brand: #4fccb2;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#4fccb2")Accessibility — WCAG contrast
Aa
#4fccb2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fccb2 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue69.8%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#4fccb2 text on a black background
contrast 10.61:1
Card sample
#4fccb2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fccb2;
Background color
Panel with #4fccb2 background
background-color: #4fccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fccb2; background: linear-gradient(135deg, #4fccb2, #4F93CC);