#4fdeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 222, 238
HSL
186°, 82%, 62%
CMYK
67, 7, 0, 7
Luminance
0.6008
Every format
| HEX | #4fdeee |
| RGB | rgb(79, 222, 238) |
| HSL | hsl(186, 82%, 62%) |
| CMYK | cmyk(67%, 7%, 0%, 7%) |
| LAB | lab(81.9 -32.9 -19.0) |
| LCH | lch(81.9 38.0 210.1) |
| OKLCH | oklch(0.831 0.121 205.8) |
Copy-ready code
/* CSS */
color: #4fdeee;
background-color: #4fdeee;
/* Tailwind (arbitrary) */
class="text-[#4fdeee] bg-[#4fdeee]"
/* SCSS */
$brand: #4fdeee;
/* SwiftUI */
Color(red: 0.310, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#4fdeee")Accessibility — WCAG contrast
Aa
#4fdeee on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdeee on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.1%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#4fdeee text on a black background
contrast 13.02:1
Card sample
#4fdeee text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdeee;
Background color
Panel with #4fdeee background
background-color: #4fdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdeee; background: linear-gradient(135deg, #4fdeee, #4F74EE);