#3da3cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
61, 163, 207
HSL
198°, 60%, 53%
CMYK
71, 21, 0, 19
Luminance
0.3169
Every format
| HEX | #3da3cf |
| RGB | rgb(61, 163, 207) |
| HSL | hsl(198, 60%, 53%) |
| CMYK | cmyk(71%, 21%, 0%, 19%) |
| LAB | lab(63.1 -15.2 -31.0) |
| LCH | lch(63.1 34.5 243.9) |
| OKLCH | oklch(0.675 0.113 230.5) |
Copy-ready code
/* CSS */
color: #3da3cf;
background-color: #3da3cf;
/* Tailwind (arbitrary) */
class="text-[#3da3cf] bg-[#3da3cf]"
/* SCSS */
$brand: #3da3cf;
/* SwiftUI */
Color(red: 0.239, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#3da3cf")Accessibility — WCAG contrast
Aa
#3da3cf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da3cf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green63.9%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta21.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3da3cf text on a black background
contrast 7.34:1
Card sample
#3da3cf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da3cf;
Background color
Panel with #3da3cf background
background-color: #3da3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da3cf; background: linear-gradient(135deg, #3da3cf, #3D41CF);