#4fceb0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 206, 176
HSL
166°, 56%, 56%
CMYK
62, 0, 15, 19
Luminance
0.4894
Every format
| HEX | #4fceb0 |
| RGB | rgb(79, 206, 176) |
| HSL | hsl(166, 56%, 56%) |
| CMYK | cmyk(62%, 0%, 15%, 19%) |
| LAB | lab(75.4 -42.1 4.6) |
| LCH | lch(75.4 42.4 173.8) |
| OKLCH | oklch(0.773 0.120 174.5) |
Copy-ready code
/* CSS */
color: #4fceb0;
background-color: #4fceb0;
/* Tailwind (arbitrary) */
class="text-[#4fceb0] bg-[#4fceb0]"
/* SCSS */
$brand: #4fceb0;
/* SwiftUI */
Color(red: 0.310, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#4fceb0")Accessibility — WCAG contrast
Aa
#4fceb0 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fceb0 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.8%
Blue69.0%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#4fceb0 text on a black background
contrast 10.79:1
Card sample
#4fceb0 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fceb0;
Background color
Panel with #4fceb0 background
background-color: #4fceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fceb0; background: linear-gradient(135deg, #4fceb0, #4F97CE);