#3da7ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 167, 206
HSL
196°, 60%, 52%
CMYK
70, 19, 0, 19
Luminance
0.3309
Every format
| HEX | #3da7ce |
| RGB | rgb(61, 167, 206) |
| HSL | hsl(196, 60%, 52%) |
| CMYK | cmyk(70%, 19%, 0%, 19%) |
| LAB | lab(64.2 -17.6 -28.6) |
| LCH | lch(64.2 33.6 238.4) |
| OKLCH | oklch(0.684 0.111 226.5) |
Copy-ready code
/* CSS */
color: #3da7ce;
background-color: #3da7ce;
/* Tailwind (arbitrary) */
class="text-[#3da7ce] bg-[#3da7ce]"
/* SCSS */
$brand: #3da7ce;
/* SwiftUI */
Color(red: 0.239, green: 0.655, blue: 0.808)
/* Android */
Color.parseColor("#3da7ce")Accessibility — WCAG contrast
Aa
#3da7ce on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da7ce on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green65.5%
Blue80.8%
CMYK percentages
Cyan70.4%
Magenta18.9%
Yellow0.0%
Key (black)19.2%
Color previews
#3da7ce text on a black background
contrast 7.62:1
Card sample
#3da7ce text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da7ce;
Background color
Panel with #3da7ce background
background-color: #3da7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 167, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 167, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da7ce; background: linear-gradient(135deg, #3da7ce, #3D47CE);