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