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