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