#4fbcff
a light, electric blue · cool · closest name: skyblue
RGB
79, 188, 255
HSL
203°, 100%, 66%
CMYK
69, 26, 0, 0
Luminance
0.4485
Every format
| HEX | #4fbcff |
| RGB | rgb(79, 188, 255) |
| HSL | hsl(203, 100%, 66%) |
| CMYK | cmyk(69%, 26%, 0%, 0%) |
| LAB | lab(72.8 -10.4 -42.1) |
| LCH | lch(72.8 43.3 256.2) |
| OKLCH | oklch(0.760 0.138 239.4) |
Copy-ready code
/* CSS */
color: #4fbcff;
background-color: #4fbcff;
/* Tailwind (arbitrary) */
class="text-[#4fbcff] bg-[#4fbcff]"
/* SCSS */
$brand: #4fbcff;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#4fbcff")Accessibility — WCAG contrast
Aa
#4fbcff on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbcff on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4fbcff text on a black background
contrast 9.97:1
Card sample
#4fbcff text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbcff;
Background color
Panel with #4fbcff background
background-color: #4fbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbcff; background: linear-gradient(135deg, #4fbcff, #574FFF);