#3ca2df
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 162, 223
HSL
203°, 72%, 56%
CMYK
73, 27, 0, 13
Luminance
0.3213
Every format
| HEX | #3ca2df |
| RGB | rgb(60, 162, 223) |
| HSL | hsl(203, 72%, 56%) |
| CMYK | cmyk(73%, 27%, 0%, 13%) |
| LAB | lab(63.5 -9.4 -39.3) |
| LCH | lch(63.5 40.4 256.6) |
| OKLCH | oklch(0.680 0.129 239.3) |
Copy-ready code
/* CSS */
color: #3ca2df;
background-color: #3ca2df;
/* Tailwind (arbitrary) */
class="text-[#3ca2df] bg-[#3ca2df]"
/* SCSS */
$brand: #3ca2df;
/* SwiftUI */
Color(red: 0.235, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#3ca2df")Accessibility — WCAG contrast
Aa
#3ca2df on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ca2df on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green63.5%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#3ca2df text on a black background
contrast 7.43:1
Card sample
#3ca2df text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ca2df;
Background color
Panel with #3ca2df background
background-color: #3ca2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ca2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ca2df; background: linear-gradient(135deg, #3ca2df, #433CDF);