#4fdcec
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 220, 236
HSL
186°, 81%, 62%
CMYK
67, 7, 0, 8
Luminance
0.5890
Every format
| HEX | #4fdcec |
| RGB | rgb(79, 220, 236) |
| HSL | hsl(186, 81%, 62%) |
| CMYK | cmyk(67%, 7%, 0%, 8%) |
| LAB | lab(81.2 -32.5 -18.9) |
| LCH | lch(81.2 37.6 210.2) |
| OKLCH | oklch(0.826 0.120 205.9) |
Copy-ready code
/* CSS */
color: #4fdcec;
background-color: #4fdcec;
/* Tailwind (arbitrary) */
class="text-[#4fdcec] bg-[#4fdcec]"
/* SCSS */
$brand: #4fdcec;
/* SwiftUI */
Color(red: 0.310, green: 0.863, blue: 0.925)
/* Android */
Color.parseColor("#4fdcec")Accessibility — WCAG contrast
Aa
#4fdcec on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdcec on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.3%
Blue92.5%
CMYK percentages
Cyan66.5%
Magenta6.8%
Yellow0.0%
Key (black)7.5%
Color previews
#4fdcec text on a black background
contrast 12.78:1
Card sample
#4fdcec text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdcec;
Background color
Panel with #4fdcec background
background-color: #4fdcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 220, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 220, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdcec; background: linear-gradient(135deg, #4fdcec, #4F74EC);