#4db2fe
a balanced, electric blue · cool · closest name: steelblue
RGB
77, 178, 254
HSL
206°, 99%, 65%
CMYK
70, 30, 0, 0
Luminance
0.4057
Every format
| HEX | #4db2fe |
| RGB | rgb(77, 178, 254) |
| HSL | hsl(206, 99%, 65%) |
| CMYK | cmyk(70%, 30%, 0%, 0%) |
| LAB | lab(69.9 -5.5 -46.1) |
| LCH | lch(69.9 46.4 263.2) |
| OKLCH | oklch(0.737 0.144 244.5) |
Copy-ready code
/* CSS */
color: #4db2fe;
background-color: #4db2fe;
/* Tailwind (arbitrary) */
class="text-[#4db2fe] bg-[#4db2fe]"
/* SCSS */
$brand: #4db2fe;
/* SwiftUI */
Color(red: 0.302, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#4db2fe")Accessibility — WCAG contrast
Aa
#4db2fe on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4db2fe on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green69.8%
Blue99.6%
CMYK percentages
Cyan69.7%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#4db2fe text on a black background
contrast 9.11:1
Card sample
#4db2fe text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4db2fe;
Background color
Panel with #4db2fe background
background-color: #4db2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4db2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4db2fe; background: linear-gradient(135deg, #4db2fe, #5E4DFE);