#4cbfff
a balanced, electric blue · cool · closest name: skyblue
RGB
76, 191, 255
HSL
202°, 100%, 65%
CMYK
70, 25, 0, 0
Luminance
0.4602
Every format
| HEX | #4cbfff |
| RGB | rgb(76, 191, 255) |
| HSL | hsl(202, 100%, 65%) |
| CMYK | cmyk(70%, 25%, 0%, 0%) |
| LAB | lab(73.5 -12.4 -40.9) |
| LCH | lch(73.5 42.7 253.1) |
| OKLCH | oklch(0.766 0.137 237.0) |
Copy-ready code
/* CSS */
color: #4cbfff;
background-color: #4cbfff;
/* Tailwind (arbitrary) */
class="text-[#4cbfff] bg-[#4cbfff]"
/* SCSS */
$brand: #4cbfff;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#4cbfff")Accessibility — WCAG contrast
Aa
#4cbfff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbfff on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue100.0%
CMYK percentages
Cyan70.2%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4cbfff text on a black background
contrast 10.20:1
Card sample
#4cbfff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbfff;
Background color
Panel with #4cbfff background
background-color: #4cbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbfff; background: linear-gradient(135deg, #4cbfff, #504CFF);