#3459b0
a dark, vivid blue · cool · closest name: royalblue
RGB
52, 89, 176
HSL
222°, 54%, 45%
CMYK
71, 49, 0, 31
Luminance
0.1101
Every format
| HEX | #3459b0 |
| RGB | rgb(52, 89, 176) |
| HSL | hsl(222, 54%, 45%) |
| CMYK | cmyk(71%, 49%, 0%, 31%) |
| LAB | lab(39.6 16.8 -50.3) |
| LCH | lch(39.6 53.1 288.5) |
| OKLCH | oklch(0.485 0.145 264.3) |
Copy-ready code
/* CSS */
color: #3459b0;
background-color: #3459b0;
/* Tailwind (arbitrary) */
class="text-[#3459b0] bg-[#3459b0]"
/* SCSS */
$brand: #3459b0;
/* SwiftUI */
Color(red: 0.204, green: 0.349, blue: 0.690)
/* Android */
Color.parseColor("#3459b0")Accessibility — WCAG contrast
Aa
#3459b0 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3459b0 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green34.9%
Blue69.0%
CMYK percentages
Cyan70.5%
Magenta49.4%
Yellow0.0%
Key (black)31.0%
Color previews
#3459b0 text on a black background
contrast 3.20:1
Card sample
#3459b0 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3459b0;
Background color
Panel with #3459b0 background
background-color: #3459b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3459b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 89, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 89, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3459b0; background: linear-gradient(135deg, #3459b0, #6234B0);