#4fbaec
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 186, 236
HSL
199°, 81%, 62%
CMYK
67, 21, 0, 8
Luminance
0.4284
Every format
| HEX | #4fbaec |
| RGB | rgb(79, 186, 236) |
| HSL | hsl(199, 81%, 62%) |
| CMYK | cmyk(67%, 21%, 0%, 8%) |
| LAB | lab(71.4 -15.4 -33.9) |
| LCH | lch(71.4 37.3 245.6) |
| OKLCH | oklch(0.747 0.121 231.9) |
Copy-ready code
/* CSS */
color: #4fbaec;
background-color: #4fbaec;
/* Tailwind (arbitrary) */
class="text-[#4fbaec] bg-[#4fbaec]"
/* SCSS */
$brand: #4fbaec;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#4fbaec")Accessibility — WCAG contrast
Aa
#4fbaec on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbaec on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue92.5%
CMYK percentages
Cyan66.5%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#4fbaec text on a black background
contrast 9.57:1
Card sample
#4fbaec text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbaec;
Background color
Panel with #4fbaec background
background-color: #4fbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbaec; background: linear-gradient(135deg, #4fbaec, #4F52EC);