#3b5cee
a balanced, electric blue · warm · closest name: royalblue
RGB
59, 92, 238
HSL
229°, 84%, 58%
CMYK
75, 61, 0, 7
Luminance
0.1476
Every format
| HEX | #3b5cee |
| RGB | rgb(59, 92, 238) |
| HSL | hsl(229, 84%, 58%) |
| CMYK | cmyk(75%, 61%, 0%, 7%) |
| LAB | lab(45.3 38.3 -76.7) |
| LCH | lch(45.3 85.8 296.6) |
| OKLCH | oklch(0.543 0.222 268.1) |
Copy-ready code
/* CSS */
color: #3b5cee;
background-color: #3b5cee;
/* Tailwind (arbitrary) */
class="text-[#3b5cee] bg-[#3b5cee]"
/* SCSS */
$brand: #3b5cee;
/* SwiftUI */
Color(red: 0.231, green: 0.361, blue: 0.933)
/* Android */
Color.parseColor("#3b5cee")Accessibility — WCAG contrast
Aa
#3b5cee on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b5cee on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green36.1%
Blue93.3%
CMYK percentages
Cyan75.2%
Magenta61.3%
Yellow0.0%
Key (black)6.7%
Color previews
#3b5cee text on a black background
contrast 3.95:1
Card sample
#3b5cee text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b5cee;
Background color
Panel with #3b5cee background
background-color: #3b5cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b5cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 92, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 92, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b5cee; background: linear-gradient(135deg, #3b5cee, #913BEE);