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