#3d9bfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
61, 155, 253
HSL
211°, 98%, 62%
CMYK
76, 39, 0, 1
Luminance
0.3153
Every format
| HEX | #3d9bfd |
| RGB | rgb(61, 155, 253) |
| HSL | hsl(211, 98%, 62%) |
| CMYK | cmyk(76%, 39%, 0%, 1%) |
| LAB | lab(63.0 5.3 -56.5) |
| LCH | lch(63.0 56.8 275.3) |
| OKLCH | oklch(0.681 0.169 252.5) |
Copy-ready code
/* CSS */
color: #3d9bfd;
background-color: #3d9bfd;
/* Tailwind (arbitrary) */
class="text-[#3d9bfd] bg-[#3d9bfd]"
/* SCSS */
$brand: #3d9bfd;
/* SwiftUI */
Color(red: 0.239, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#3d9bfd")Accessibility — WCAG contrast
Aa
#3d9bfd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3d9bfd on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green60.8%
Blue99.2%
CMYK percentages
Cyan75.9%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#3d9bfd text on a black background
contrast 7.31:1
Card sample
#3d9bfd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d9bfd;
Background color
Panel with #3d9bfd background
background-color: #3d9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d9bfd; background: linear-gradient(135deg, #3d9bfd, #5F3DFD);