#3da6cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
61, 166, 207
HSL
197°, 60%, 53%
CMYK
71, 20, 0, 19
Luminance
0.3277
Every format
| HEX | #3da6cf |
| RGB | rgb(61, 166, 207) |
| HSL | hsl(197, 60%, 53%) |
| CMYK | cmyk(71%, 20%, 0%, 19%) |
| LAB | lab(64.0 -16.8 -29.6) |
| LCH | lch(64.0 34.0 240.5) |
| OKLCH | oklch(0.682 0.112 228.0) |
Copy-ready code
/* CSS */
color: #3da6cf;
background-color: #3da6cf;
/* Tailwind (arbitrary) */
class="text-[#3da6cf] bg-[#3da6cf]"
/* SCSS */
$brand: #3da6cf;
/* SwiftUI */
Color(red: 0.239, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#3da6cf")Accessibility — WCAG contrast
Aa
#3da6cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da6cf on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green65.1%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#3da6cf text on a black background
contrast 7.55:1
Card sample
#3da6cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da6cf;
Background color
Panel with #3da6cf background
background-color: #3da6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da6cf; background: linear-gradient(135deg, #3da6cf, #3D45CF);