#4fdbeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 219, 235
HSL
186°, 80%, 62%
CMYK
66, 7, 0, 8
Luminance
0.5832
Every format
| HEX | #4fdbeb |
| RGB | rgb(79, 219, 235) |
| HSL | hsl(186, 80%, 62%) |
| CMYK | cmyk(66%, 7%, 0%, 8%) |
| LAB | lab(80.9 -32.3 -18.9) |
| LCH | lch(80.9 37.4 210.3) |
| OKLCH | oklch(0.823 0.120 205.9) |
Copy-ready code
/* CSS */
color: #4fdbeb;
background-color: #4fdbeb;
/* Tailwind (arbitrary) */
class="text-[#4fdbeb] bg-[#4fdbeb]"
/* SCSS */
$brand: #4fdbeb;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#4fdbeb")Accessibility — WCAG contrast
Aa
#4fdbeb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbeb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#4fdbeb text on a black background
contrast 12.66:1
Card sample
#4fdbeb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbeb;
Background color
Panel with #4fdbeb background
background-color: #4fdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbeb; background: linear-gradient(135deg, #4fdbeb, #4F73EB);