#4fedeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 237, 235
HSL
179°, 81%, 62%
CMYK
67, 0, 1, 7
Luminance
0.6823
Every format
| HEX | #4fedeb |
| RGB | rgb(79, 237, 235) |
| HSL | hsl(179, 81%, 62%) |
| CMYK | cmyk(67%, 0%, 1%, 7%) |
| LAB | lab(86.1 -40.6 -11.1) |
| LCH | lch(86.1 42.1 195.2) |
| OKLCH | oklch(0.865 0.129 193.8) |
Copy-ready code
/* CSS */
color: #4fedeb;
background-color: #4fedeb;
/* Tailwind (arbitrary) */
class="text-[#4fedeb] bg-[#4fedeb]"
/* SCSS */
$brand: #4fedeb;
/* SwiftUI */
Color(red: 0.310, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#4fedeb")Accessibility — WCAG contrast
Aa
#4fedeb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fedeb on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green92.9%
Blue92.2%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#4fedeb text on a black background
contrast 14.65:1
Card sample
#4fedeb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fedeb;
Background color
Panel with #4fedeb background
background-color: #4fedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fedeb; background: linear-gradient(135deg, #4fedeb, #4F86ED);