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