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