#3cb3fd
a balanced, electric blue · cool · closest name: steelblue
RGB
60, 179, 253
HSL
203°, 98%, 61%
CMYK
76, 29, 0, 1
Luminance
0.4029
Every format
| HEX | #3cb3fd |
| RGB | rgb(60, 179, 253) |
| HSL | hsl(203, 98%, 61%) |
| CMYK | cmyk(76%, 29%, 0%, 1%) |
| LAB | lab(69.7 -8.5 -45.9) |
| LCH | lch(69.7 46.7 259.5) |
| OKLCH | oklch(0.734 0.149 241.0) |
Copy-ready code
/* CSS */
color: #3cb3fd;
background-color: #3cb3fd;
/* Tailwind (arbitrary) */
class="text-[#3cb3fd] bg-[#3cb3fd]"
/* SCSS */
$brand: #3cb3fd;
/* SwiftUI */
Color(red: 0.235, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#3cb3fd")Accessibility — WCAG contrast
Aa
#3cb3fd on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb3fd on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.2%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#3cb3fd text on a black background
contrast 9.06:1
Card sample
#3cb3fd text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb3fd;
Background color
Panel with #3cb3fd background
background-color: #3cb3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb3fd; background: linear-gradient(135deg, #3cb3fd, #463CFD);