#3cadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
60, 173, 235
HSL
201°, 81%, 58%
CMYK
75, 26, 0, 8
Luminance
0.3685
Every format
| HEX | #3cadeb |
| RGB | rgb(60, 173, 235) |
| HSL | hsl(201, 81%, 58%) |
| CMYK | cmyk(75%, 26%, 0%, 8%) |
| LAB | lab(67.2 -11.3 -40.1) |
| LCH | lch(67.2 41.6 254.2) |
| OKLCH | oklch(0.712 0.134 237.4) |
Copy-ready code
/* CSS */
color: #3cadeb;
background-color: #3cadeb;
/* Tailwind (arbitrary) */
class="text-[#3cadeb] bg-[#3cadeb]"
/* SCSS */
$brand: #3cadeb;
/* SwiftUI */
Color(red: 0.235, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#3cadeb")Accessibility — WCAG contrast
Aa
#3cadeb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cadeb on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.8%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#3cadeb text on a black background
contrast 8.37:1
Card sample
#3cadeb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cadeb;
Background color
Panel with #3cadeb background
background-color: #3cadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cadeb; background: linear-gradient(135deg, #3cadeb, #403CEB);