#4fdeeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 222, 235
HSL
185°, 80%, 62%
CMYK
66, 6, 0, 8
Luminance
0.5990
Every format
| HEX | #4fdeeb |
| RGB | rgb(79, 222, 235) |
| HSL | hsl(185, 80%, 62%) |
| CMYK | cmyk(66%, 6%, 0%, 8%) |
| LAB | lab(81.8 -33.7 -17.6) |
| LCH | lch(81.8 38.0 207.5) |
| OKLCH | oklch(0.830 0.121 203.8) |
Copy-ready code
/* CSS */
color: #4fdeeb;
background-color: #4fdeeb;
/* Tailwind (arbitrary) */
class="text-[#4fdeeb] bg-[#4fdeeb]"
/* SCSS */
$brand: #4fdeeb;
/* SwiftUI */
Color(red: 0.310, green: 0.871, blue: 0.922)
/* Android */
Color.parseColor("#4fdeeb")Accessibility — WCAG contrast
Aa
#4fdeeb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdeeb on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.1%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta5.5%
Yellow0.0%
Key (black)7.8%
Color previews
#4fdeeb text on a black background
contrast 12.98:1
Card sample
#4fdeeb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdeeb;
Background color
Panel with #4fdeeb background
background-color: #4fdeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 222, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 222, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdeeb; background: linear-gradient(135deg, #4fdeeb, #4F76EB);