#4fcbbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 203, 188
HSL
173°, 54%, 55%
CMYK
61, 0, 7, 20
Luminance
0.4800
Every format
| HEX | #4fcbbc |
| RGB | rgb(79, 203, 188) |
| HSL | hsl(173, 54%, 55%) |
| CMYK | cmyk(61%, 0%, 7%, 20%) |
| LAB | lab(74.8 -37.8 -2.7) |
| LCH | lch(74.8 37.9 184.2) |
| OKLCH | oklch(0.769 0.112 184.1) |
Copy-ready code
/* CSS */
color: #4fcbbc;
background-color: #4fcbbc;
/* Tailwind (arbitrary) */
class="text-[#4fcbbc] bg-[#4fcbbc]"
/* SCSS */
$brand: #4fcbbc;
/* SwiftUI */
Color(red: 0.310, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#4fcbbc")Accessibility — WCAG contrast
Aa
#4fcbbc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcbbc on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green79.6%
Blue73.7%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#4fcbbc text on a black background
contrast 10.60:1
Card sample
#4fcbbc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcbbc;
Background color
Panel with #4fcbbc background
background-color: #4fcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcbbc; background: linear-gradient(135deg, #4fcbbc, #4F87CB);