#4cb2fc
a balanced, electric blue · cool · closest name: steelblue
RGB
76, 178, 252
HSL
205°, 97%, 64%
CMYK
70, 29, 0, 1
Luminance
0.4041
Every format
| HEX | #4cb2fc |
| RGB | rgb(76, 178, 252) |
| HSL | hsl(205, 97%, 64%) |
| CMYK | cmyk(70%, 29%, 0%, 1%) |
| LAB | lab(69.8 -6.3 -45.2) |
| LCH | lch(69.8 45.7 262.0) |
| OKLCH | oklch(0.736 0.143 243.6) |
Copy-ready code
/* CSS */
color: #4cb2fc;
background-color: #4cb2fc;
/* Tailwind (arbitrary) */
class="text-[#4cb2fc] bg-[#4cb2fc]"
/* SCSS */
$brand: #4cb2fc;
/* SwiftUI */
Color(red: 0.298, green: 0.698, blue: 0.988)
/* Android */
Color.parseColor("#4cb2fc")Accessibility — WCAG contrast
Aa
#4cb2fc on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cb2fc on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green69.8%
Blue98.8%
CMYK percentages
Cyan69.8%
Magenta29.4%
Yellow0.0%
Key (black)1.2%
Color previews
#4cb2fc text on a black background
contrast 9.08:1
Card sample
#4cb2fc text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cb2fc;
Background color
Panel with #4cb2fc background
background-color: #4cb2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cb2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 178, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 178, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cb2fc; background: linear-gradient(135deg, #4cb2fc, #5B4CFC);