#4fdfd3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 223, 211
HSL
175°, 69%, 59%
CMYK
65, 0, 5, 13
Luminance
0.5914
Every format
| HEX | #4fdfd3 |
| RGB | rgb(79, 223, 211) |
| HSL | hsl(175, 69%, 59%) |
| CMYK | cmyk(65%, 0%, 5%, 13%) |
| LAB | lab(81.4 -40.8 -5.4) |
| LCH | lch(81.4 41.1 187.6) |
| OKLCH | oklch(0.824 0.123 187.2) |
Copy-ready code
/* CSS */
color: #4fdfd3;
background-color: #4fdfd3;
/* Tailwind (arbitrary) */
class="text-[#4fdfd3] bg-[#4fdfd3]"
/* SCSS */
$brand: #4fdfd3;
/* SwiftUI */
Color(red: 0.310, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#4fdfd3")Accessibility — WCAG contrast
Aa
#4fdfd3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdfd3 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.5%
Blue82.7%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow5.4%
Key (black)12.5%
Color previews
#4fdfd3 text on a black background
contrast 12.83:1
Card sample
#4fdfd3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdfd3;
Background color
Panel with #4fdfd3 background
background-color: #4fdfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdfd3; background: linear-gradient(135deg, #4fdfd3, #4F8BDF);