#4fbaff
a light, electric blue · cool · closest name: steelblue
RGB
79, 186, 255
HSL
204°, 100%, 66%
CMYK
69, 27, 0, 0
Luminance
0.4400
Every format
| HEX | #4fbaff |
| RGB | rgb(79, 186, 255) |
| HSL | hsl(204, 100%, 66%) |
| CMYK | cmyk(69%, 27%, 0%, 0%) |
| LAB | lab(72.2 -9.3 -43.0) |
| LCH | lch(72.2 44.0 257.8) |
| OKLCH | oklch(0.756 0.139 240.6) |
Copy-ready code
/* CSS */
color: #4fbaff;
background-color: #4fbaff;
/* Tailwind (arbitrary) */
class="text-[#4fbaff] bg-[#4fbaff]"
/* SCSS */
$brand: #4fbaff;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#4fbaff")Accessibility — WCAG contrast
Aa
#4fbaff on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbaff on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4fbaff text on a black background
contrast 9.80:1
Card sample
#4fbaff text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbaff;
Background color
Panel with #4fbaff background
background-color: #4fbaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbaff; background: linear-gradient(135deg, #4fbaff, #594FFF);