#4fcba7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 203, 167
HSL
163°, 54%, 55%
CMYK
61, 0, 18, 20
Luminance
0.4716
Every format
| HEX | #4fcba7 |
| RGB | rgb(79, 203, 167) |
| HSL | hsl(163, 54%, 55%) |
| CMYK | cmyk(61%, 0%, 18%, 20%) |
| LAB | lab(74.3 -43.0 7.8) |
| LCH | lch(74.3 43.7 169.7) |
| OKLCH | oklch(0.763 0.122 170.6) |
Copy-ready code
/* CSS */
color: #4fcba7;
background-color: #4fcba7;
/* Tailwind (arbitrary) */
class="text-[#4fcba7] bg-[#4fcba7]"
/* SCSS */
$brand: #4fcba7;
/* SwiftUI */
Color(red: 0.310, green: 0.796, blue: 0.655)
/* Android */
Color.parseColor("#4fcba7")Accessibility — WCAG contrast
Aa
#4fcba7 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcba7 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green79.6%
Blue65.5%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow17.7%
Key (black)20.4%
Color previews
#4fcba7 text on a black background
contrast 10.43:1
Card sample
#4fcba7 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcba7;
Background color
Panel with #4fcba7 background
background-color: #4fcba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 203, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 203, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcba7; background: linear-gradient(135deg, #4fcba7, #4F9CCB);