#3d8fd2
a balanced, vivid blue · cool · closest name: steelblue
RGB
61, 143, 210
HSL
207°, 62%, 53%
CMYK
71, 32, 0, 18
Luminance
0.2529
Every format
| HEX | #3d8fd2 |
| RGB | rgb(61, 143, 210) |
| HSL | hsl(207, 62%, 53%) |
| CMYK | cmyk(71%, 32%, 0%, 18%) |
| LAB | lab(57.4 -2.9 -41.6) |
| LCH | lch(57.4 41.7 266.0) |
| OKLCH | oklch(0.630 0.129 246.5) |
Copy-ready code
/* CSS */
color: #3d8fd2;
background-color: #3d8fd2;
/* Tailwind (arbitrary) */
class="text-[#3d8fd2] bg-[#3d8fd2]"
/* SCSS */
$brand: #3d8fd2;
/* SwiftUI */
Color(red: 0.239, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#3d8fd2")Accessibility — WCAG contrast
Aa
#3d8fd2 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3d8fd2 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green56.1%
Blue82.4%
CMYK percentages
Cyan71.0%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#3d8fd2 text on a black background
contrast 6.06:1
Card sample
#3d8fd2 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d8fd2;
Background color
Panel with #3d8fd2 background
background-color: #3d8fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d8fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d8fd2; background: linear-gradient(135deg, #3d8fd2, #4E3DD2);