#335fba
a balanced, vivid blue · cool · closest name: royalblue
RGB
51, 95, 186
HSL
220°, 57%, 47%
CMYK
73, 49, 0, 27
Luminance
0.1243
Every format
| HEX | #335fba |
| RGB | rgb(51, 95, 186) |
| HSL | hsl(220, 57%, 47%) |
| CMYK | cmyk(73%, 49%, 0%, 27%) |
| LAB | lab(41.9 16.5 -52.5) |
| LCH | lch(41.9 55.0 287.4) |
| OKLCH | oklch(0.505 0.152 262.8) |
Copy-ready code
/* CSS */
color: #335fba;
background-color: #335fba;
/* Tailwind (arbitrary) */
class="text-[#335fba] bg-[#335fba]"
/* SCSS */
$brand: #335fba;
/* SwiftUI */
Color(red: 0.200, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#335fba")Accessibility — WCAG contrast
Aa
#335fba on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#335fba on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green37.3%
Blue72.9%
CMYK percentages
Cyan72.6%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#335fba text on a black background
contrast 3.49:1
Card sample
#335fba text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335fba;
Background color
Panel with #335fba background
background-color: #335fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335fba; background: linear-gradient(135deg, #335fba, #6133BA);