#3da0cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
61, 160, 207
HSL
199°, 60%, 53%
CMYK
71, 23, 0, 19
Luminance
0.3064
Every format
| HEX | #3da0cf |
| RGB | rgb(61, 160, 207) |
| HSL | hsl(199, 60%, 53%) |
| CMYK | cmyk(71%, 23%, 0%, 19%) |
| LAB | lab(62.2 -13.5 -32.3) |
| LCH | lch(62.2 35.0 247.3) |
| OKLCH | oklch(0.668 0.114 232.9) |
Copy-ready code
/* CSS */
color: #3da0cf;
background-color: #3da0cf;
/* Tailwind (arbitrary) */
class="text-[#3da0cf] bg-[#3da0cf]"
/* SCSS */
$brand: #3da0cf;
/* SwiftUI */
Color(red: 0.239, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#3da0cf")Accessibility — WCAG contrast
Aa
#3da0cf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da0cf on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green62.7%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3da0cf text on a black background
contrast 7.13:1
Card sample
#3da0cf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da0cf;
Background color
Panel with #3da0cf background
background-color: #3da0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da0cf; background: linear-gradient(135deg, #3da0cf, #3D3FCF);