#4fdcea
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 220, 234
HSL
185°, 79%, 61%
CMYK
66, 6, 0, 8
Luminance
0.5879
Every format
| HEX | #4fdcea |
| RGB | rgb(79, 220, 234) |
| HSL | hsl(185, 79%, 61%) |
| CMYK | cmyk(66%, 6%, 0%, 8%) |
| LAB | lab(81.2 -33.0 -18.0) |
| LCH | lch(81.2 37.6 208.5) |
| OKLCH | oklch(0.825 0.120 204.6) |
Copy-ready code
/* CSS */
color: #4fdcea;
background-color: #4fdcea;
/* Tailwind (arbitrary) */
class="text-[#4fdcea] bg-[#4fdcea]"
/* SCSS */
$brand: #4fdcea;
/* SwiftUI */
Color(red: 0.310, green: 0.863, blue: 0.918)
/* Android */
Color.parseColor("#4fdcea")Accessibility — WCAG contrast
Aa
#4fdcea on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdcea on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.3%
Blue91.8%
CMYK percentages
Cyan66.2%
Magenta6.0%
Yellow0.0%
Key (black)8.2%
Color previews
#4fdcea text on a black background
contrast 12.76:1
Card sample
#4fdcea text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdcea;
Background color
Panel with #4fdcea background
background-color: #4fdcea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdcea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 220, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 220, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdcea; background: linear-gradient(135deg, #4fdcea, #4F75EA);