#3cb3ff
a balanced, electric blue · cool · closest name: steelblue
RGB
60, 179, 255
HSL
203°, 100%, 62%
CMYK
77, 30, 0, 0
Luminance
0.4042
Every format
| HEX | #3cb3ff |
| RGB | rgb(60, 179, 255) |
| HSL | hsl(203, 100%, 62%) |
| CMYK | cmyk(77%, 30%, 0%, 0%) |
| LAB | lab(69.8 -7.8 -46.9) |
| LCH | lch(69.8 47.5 260.5) |
| OKLCH | oklch(0.735 0.151 241.7) |
Copy-ready code
/* CSS */
color: #3cb3ff;
background-color: #3cb3ff;
/* Tailwind (arbitrary) */
class="text-[#3cb3ff] bg-[#3cb3ff]"
/* SCSS */
$brand: #3cb3ff;
/* SwiftUI */
Color(red: 0.235, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#3cb3ff")Accessibility — WCAG contrast
Aa
#3cb3ff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb3ff on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.2%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#3cb3ff text on a black background
contrast 9.08:1
Card sample
#3cb3ff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb3ff;
Background color
Panel with #3cb3ff background
background-color: #3cb3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb3ff; background: linear-gradient(135deg, #3cb3ff, #473CFF);