#3da7c2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 167, 194
HSL
192°, 52%, 50%
CMYK
69, 14, 0, 24
Luminance
0.3252
Every format
| HEX | #3da7c2 |
| RGB | rgb(61, 167, 194) |
| HSL | hsl(192, 52%, 50%) |
| CMYK | cmyk(69%, 14%, 0%, 24%) |
| LAB | lab(63.8 -21.5 -22.7) |
| LCH | lch(63.8 31.2 226.6) |
| OKLCH | oklch(0.679 0.102 218.1) |
Copy-ready code
/* CSS */
color: #3da7c2;
background-color: #3da7c2;
/* Tailwind (arbitrary) */
class="text-[#3da7c2] bg-[#3da7c2]"
/* SCSS */
$brand: #3da7c2;
/* SwiftUI */
Color(red: 0.239, green: 0.655, blue: 0.761)
/* Android */
Color.parseColor("#3da7c2")Accessibility — WCAG contrast
Aa
#3da7c2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da7c2 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green65.5%
Blue76.1%
CMYK percentages
Cyan68.6%
Magenta13.9%
Yellow0.0%
Key (black)23.9%
Color previews
#3da7c2 text on a black background
contrast 7.50:1
Card sample
#3da7c2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da7c2;
Background color
Panel with #3da7c2 background
background-color: #3da7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 167, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 167, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da7c2; background: linear-gradient(135deg, #3da7c2, #3D4EC2);