#4fd8ec
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 216, 236
HSL
188°, 81%, 62%
CMYK
67, 9, 0, 8
Luminance
0.5683
Every format
| HEX | #4fd8ec |
| RGB | rgb(79, 216, 236) |
| HSL | hsl(188, 81%, 62%) |
| CMYK | cmyk(67%, 9%, 0%, 8%) |
| LAB | lab(80.1 -30.6 -20.7) |
| LCH | lch(80.1 36.9 214.1) |
| OKLCH | oklch(0.816 0.119 208.8) |
Copy-ready code
/* CSS */
color: #4fd8ec;
background-color: #4fd8ec;
/* Tailwind (arbitrary) */
class="text-[#4fd8ec] bg-[#4fd8ec]"
/* SCSS */
$brand: #4fd8ec;
/* SwiftUI */
Color(red: 0.310, green: 0.847, blue: 0.925)
/* Android */
Color.parseColor("#4fd8ec")Accessibility — WCAG contrast
Aa
#4fd8ec on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd8ec on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green84.7%
Blue92.5%
CMYK percentages
Cyan66.5%
Magenta8.5%
Yellow0.0%
Key (black)7.5%
Color previews
#4fd8ec text on a black background
contrast 12.37:1
Card sample
#4fd8ec text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd8ec;
Background color
Panel with #4fd8ec background
background-color: #4fd8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 216, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 216, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd8ec; background: linear-gradient(135deg, #4fd8ec, #4F70EC);