#3da0c2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
61, 160, 194
HSL
195°, 52%, 50%
CMYK
69, 18, 0, 24
Luminance
0.3003
Every format
| HEX | #3da0c2 |
| RGB | rgb(61, 160, 194) |
| HSL | hsl(195, 52%, 50%) |
| CMYK | cmyk(69%, 18%, 0%, 24%) |
| LAB | lab(61.7 -17.8 -25.9) |
| LCH | lch(61.7 31.4 235.5) |
| OKLCH | oklch(0.662 0.103 224.6) |
Copy-ready code
/* CSS */
color: #3da0c2;
background-color: #3da0c2;
/* Tailwind (arbitrary) */
class="text-[#3da0c2] bg-[#3da0c2]"
/* SCSS */
$brand: #3da0c2;
/* SwiftUI */
Color(red: 0.239, green: 0.627, blue: 0.761)
/* Android */
Color.parseColor("#3da0c2")Accessibility — WCAG contrast
Aa
#3da0c2 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3da0c2 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green62.7%
Blue76.1%
CMYK percentages
Cyan68.6%
Magenta17.5%
Yellow0.0%
Key (black)23.9%
Color previews
#3da0c2 text on a black background
contrast 7.01:1
Card sample
#3da0c2 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da0c2;
Background color
Panel with #3da0c2 background
background-color: #3da0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 160, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 160, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da0c2; background: linear-gradient(135deg, #3da0c2, #3D47C2);