#3cacf4
a balanced, electric blue · cool · closest name: steelblue
RGB
60, 172, 244
HSL
204°, 89%, 60%
CMYK
75, 30, 0, 4
Luminance
0.3700
Every format
| HEX | #3cacf4 |
| RGB | rgb(60, 172, 244) |
| HSL | hsl(204, 89%, 60%) |
| CMYK | cmyk(75%, 30%, 0%, 4%) |
| LAB | lab(67.3 -7.7 -44.8) |
| LCH | lch(67.3 45.5 260.2) |
| OKLCH | oklch(0.714 0.144 241.6) |
Copy-ready code
/* CSS */
color: #3cacf4;
background-color: #3cacf4;
/* Tailwind (arbitrary) */
class="text-[#3cacf4] bg-[#3cacf4]"
/* SCSS */
$brand: #3cacf4;
/* SwiftUI */
Color(red: 0.235, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#3cacf4")Accessibility — WCAG contrast
Aa
#3cacf4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cacf4 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.5%
Blue95.7%
CMYK percentages
Cyan75.4%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#3cacf4 text on a black background
contrast 8.40:1
Card sample
#3cacf4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cacf4;
Background color
Panel with #3cacf4 background
background-color: #3cacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cacf4; background: linear-gradient(135deg, #3cacf4, #473CF4);