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