#4fbafc
a balanced, electric blue · cool · closest name: skyblue
RGB
79, 186, 252
HSL
203°, 97%, 65%
CMYK
69, 26, 0, 1
Luminance
0.4381
Every format
| HEX | #4fbafc |
| RGB | rgb(79, 186, 252) |
| HSL | hsl(203, 97%, 65%) |
| CMYK | cmyk(69%, 26%, 0%, 1%) |
| LAB | lab(72.1 -10.3 -41.5) |
| LCH | lch(72.1 42.8 256.1) |
| OKLCH | oklch(0.754 0.136 239.4) |
Copy-ready code
/* CSS */
color: #4fbafc;
background-color: #4fbafc;
/* Tailwind (arbitrary) */
class="text-[#4fbafc] bg-[#4fbafc]"
/* SCSS */
$brand: #4fbafc;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#4fbafc")Accessibility — WCAG contrast
Aa
#4fbafc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbafc on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue98.8%
CMYK percentages
Cyan68.7%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#4fbafc text on a black background
contrast 9.76:1
Card sample
#4fbafc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbafc;
Background color
Panel with #4fbafc background
background-color: #4fbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbafc; background: linear-gradient(135deg, #4fbafc, #574FFC);