#345baf
a dark, vivid blue · cool · closest name: royalblue
RGB
52, 91, 175
HSL
221°, 54%, 45%
CMYK
70, 48, 0, 31
Luminance
0.1131
Every format
| HEX | #345baf |
| RGB | rgb(52, 91, 175) |
| HSL | hsl(221, 54%, 45%) |
| CMYK | cmyk(70%, 48%, 0%, 31%) |
| LAB | lab(40.1 15.1 -48.9) |
| LCH | lch(40.1 51.2 287.2) |
| OKLCH | oklch(0.489 0.141 263.4) |
Copy-ready code
/* CSS */
color: #345baf;
background-color: #345baf;
/* Tailwind (arbitrary) */
class="text-[#345baf] bg-[#345baf]"
/* SCSS */
$brand: #345baf;
/* SwiftUI */
Color(red: 0.204, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#345baf")Accessibility — WCAG contrast
Aa
#345baf on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#345baf on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green35.7%
Blue68.6%
CMYK percentages
Cyan70.3%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#345baf text on a black background
contrast 3.26:1
Card sample
#345baf text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345baf;
Background color
Panel with #345baf background
background-color: #345baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345baf; background: linear-gradient(135deg, #345baf, #5F34AF);