#3cadef
a balanced, electric blue · cool · closest name: steelblue
RGB
60, 173, 239
HSL
202°, 85%, 59%
CMYK
75, 28, 0, 6
Luminance
0.3708
Every format
| HEX | #3cadef |
| RGB | rgb(60, 173, 239) |
| HSL | hsl(202, 85%, 59%) |
| CMYK | cmyk(75%, 28%, 0%, 6%) |
| LAB | lab(67.3 -10.0 -42.0) |
| LCH | lch(67.3 43.1 256.6) |
| OKLCH | oklch(0.714 0.138 239.1) |
Copy-ready code
/* CSS */
color: #3cadef;
background-color: #3cadef;
/* Tailwind (arbitrary) */
class="text-[#3cadef] bg-[#3cadef]"
/* SCSS */
$brand: #3cadef;
/* SwiftUI */
Color(red: 0.235, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#3cadef")Accessibility — WCAG contrast
Aa
#3cadef on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cadef on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan74.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#3cadef text on a black background
contrast 8.42:1
Card sample
#3cadef text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cadef;
Background color
Panel with #3cadef background
background-color: #3cadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cadef; background: linear-gradient(135deg, #3cadef, #423CEF);