#4fdfe7
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 223, 231
HSL
183°, 76%, 61%
CMYK
66, 4, 0, 9
Luminance
0.6021
Every format
| HEX | #4fdfe7 |
| RGB | rgb(79, 223, 231) |
| HSL | hsl(183, 76%, 61%) |
| CMYK | cmyk(66%, 4%, 0%, 9%) |
| LAB | lab(82.0 -35.3 -15.2) |
| LCH | lch(82.0 38.4 203.3) |
| OKLCH | oklch(0.831 0.121 200.4) |
Copy-ready code
/* CSS */
color: #4fdfe7;
background-color: #4fdfe7;
/* Tailwind (arbitrary) */
class="text-[#4fdfe7] bg-[#4fdfe7]"
/* SCSS */
$brand: #4fdfe7;
/* SwiftUI */
Color(red: 0.310, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#4fdfe7")Accessibility — WCAG contrast
Aa
#4fdfe7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdfe7 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.5%
Blue90.6%
CMYK percentages
Cyan65.8%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#4fdfe7 text on a black background
contrast 13.04:1
Card sample
#4fdfe7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdfe7;
Background color
Panel with #4fdfe7 background
background-color: #4fdfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdfe7; background: linear-gradient(135deg, #4fdfe7, #4F7AE7);