#3d6fe2
a balanced, vivid blue · cool · closest name: royalblue
RGB
61, 111, 226
HSL
222°, 74%, 56%
CMYK
73, 51, 0, 11
Luminance
0.1785
Every format
| HEX | #3d6fe2 |
| RGB | rgb(61, 111, 226) |
| HSL | hsl(222, 74%, 56%) |
| CMYK | cmyk(73%, 51%, 0%, 11%) |
| LAB | lab(49.3 22.3 -63.4) |
| LCH | lch(49.3 67.3 289.4) |
| OKLCH | oklch(0.571 0.183 263.8) |
Copy-ready code
/* CSS */
color: #3d6fe2;
background-color: #3d6fe2;
/* Tailwind (arbitrary) */
class="text-[#3d6fe2] bg-[#3d6fe2]"
/* SCSS */
$brand: #3d6fe2;
/* SwiftUI */
Color(red: 0.239, green: 0.435, blue: 0.886)
/* Android */
Color.parseColor("#3d6fe2")Accessibility — WCAG contrast
Aa
#3d6fe2 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d6fe2 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green43.5%
Blue88.6%
CMYK percentages
Cyan73.0%
Magenta50.9%
Yellow0.0%
Key (black)11.4%
Color previews
#3d6fe2 text on a black background
contrast 4.57:1
Card sample
#3d6fe2 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d6fe2;
Background color
Panel with #3d6fe2 background
background-color: #3d6fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d6fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 111, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 111, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d6fe2; background: linear-gradient(135deg, #3d6fe2, #793DE2);