#4fcba2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 203, 162
HSL
160°, 54%, 55%
CMYK
61, 0, 20, 20
Luminance
0.4698
Every format
| HEX | #4fcba2 |
| RGB | rgb(79, 203, 162) |
| HSL | hsl(160, 54%, 55%) |
| CMYK | cmyk(61%, 0%, 20%, 20%) |
| LAB | lab(74.2 -44.1 10.3) |
| LCH | lch(74.2 45.4 166.8) |
| OKLCH | oklch(0.762 0.126 167.9) |
Copy-ready code
/* CSS */
color: #4fcba2;
background-color: #4fcba2;
/* Tailwind (arbitrary) */
class="text-[#4fcba2] bg-[#4fcba2]"
/* SCSS */
$brand: #4fcba2;
/* SwiftUI */
Color(red: 0.310, green: 0.796, blue: 0.635)
/* Android */
Color.parseColor("#4fcba2")Accessibility — WCAG contrast
Aa
#4fcba2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcba2 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green79.6%
Blue63.5%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow20.2%
Key (black)20.4%
Color previews
#4fcba2 text on a black background
contrast 10.40:1
Card sample
#4fcba2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcba2;
Background color
Panel with #4fcba2 background
background-color: #4fcba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 203, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 203, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcba2; background: linear-gradient(135deg, #4fcba2, #4FA1CB);