#4fd1eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 209, 235
HSL
190°, 80%, 62%
CMYK
66, 11, 0, 8
Luminance
0.5326
Every format
| HEX | #4fd1eb |
| RGB | rgb(79, 209, 235) |
| HSL | hsl(190, 80%, 62%) |
| CMYK | cmyk(66%, 11%, 0%, 8%) |
| LAB | lab(78.0 -27.4 -23.3) |
| LCH | lch(78.0 36.0 220.3) |
| OKLCH | oklch(0.800 0.117 213.5) |
Copy-ready code
/* CSS */
color: #4fd1eb;
background-color: #4fd1eb;
/* Tailwind (arbitrary) */
class="text-[#4fd1eb] bg-[#4fd1eb]"
/* SCSS */
$brand: #4fd1eb;
/* SwiftUI */
Color(red: 0.310, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#4fd1eb")Accessibility — WCAG contrast
Aa
#4fd1eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd1eb on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green82.0%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#4fd1eb text on a black background
contrast 11.65:1
Card sample
#4fd1eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd1eb;
Background color
Panel with #4fd1eb background
background-color: #4fd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd1eb; background: linear-gradient(135deg, #4fd1eb, #4F69EB);