#4fbaf6
a balanced, electric blue · cool · closest name: skyblue
RGB
79, 186, 246
HSL
202°, 90%, 64%
CMYK
68, 24, 0, 4
Luminance
0.4343
Every format
| HEX | #4fbaf6 |
| RGB | rgb(79, 186, 246) |
| HSL | hsl(202, 90%, 64%) |
| CMYK | cmyk(68%, 24%, 0%, 4%) |
| LAB | lab(71.8 -12.2 -38.7) |
| LCH | lch(71.8 40.6 252.5) |
| OKLCH | oklch(0.752 0.130 236.8) |
Copy-ready code
/* CSS */
color: #4fbaf6;
background-color: #4fbaf6;
/* Tailwind (arbitrary) */
class="text-[#4fbaf6] bg-[#4fbaf6]"
/* SCSS */
$brand: #4fbaf6;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#4fbaf6")Accessibility — WCAG contrast
Aa
#4fbaf6 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbaf6 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue96.5%
CMYK percentages
Cyan67.9%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#4fbaf6 text on a black background
contrast 9.69:1
Card sample
#4fbaf6 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbaf6;
Background color
Panel with #4fbaf6 background
background-color: #4fbaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbaf6; background: linear-gradient(135deg, #4fbaf6, #534FF6);