#3b6dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
59, 109, 253
HSL
225°, 98%, 61%
CMYK
77, 57, 0, 1
Luminance
0.1896
Every format
| HEX | #3b6dfd |
| RGB | rgb(59, 109, 253) |
| HSL | hsl(225, 98%, 61%) |
| CMYK | cmyk(77%, 57%, 0%, 1%) |
| LAB | lab(50.6 33.1 -76.4) |
| LCH | lch(50.6 83.3 293.4) |
| OKLCH | oklch(0.587 0.221 265.4) |
Copy-ready code
/* CSS */
color: #3b6dfd;
background-color: #3b6dfd;
/* Tailwind (arbitrary) */
class="text-[#3b6dfd] bg-[#3b6dfd]"
/* SCSS */
$brand: #3b6dfd;
/* SwiftUI */
Color(red: 0.231, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#3b6dfd")Accessibility — WCAG contrast
Aa
#3b6dfd on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b6dfd on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green42.7%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#3b6dfd text on a black background
contrast 4.79:1
Card sample
#3b6dfd text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b6dfd;
Background color
Panel with #3b6dfd background
background-color: #3b6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b6dfd; background: linear-gradient(135deg, #3b6dfd, #8A3BFD);