#335cd3
a balanced, vivid blue · cool · closest name: royalblue
RGB
51, 92, 211
HSL
225°, 65%, 51%
CMYK
76, 56, 0, 17
Luminance
0.1306
Every format
| HEX | #335cd3 |
| RGB | rgb(51, 92, 211) |
| HSL | hsl(225, 65%, 51%) |
| CMYK | cmyk(76%, 56%, 0%, 17%) |
| LAB | lab(42.9 27.7 -65.4) |
| LCH | lch(42.9 71.0 293.0) |
| OKLCH | oklch(0.517 0.189 265.6) |
Copy-ready code
/* CSS */
color: #335cd3;
background-color: #335cd3;
/* Tailwind (arbitrary) */
class="text-[#335cd3] bg-[#335cd3]"
/* SCSS */
$brand: #335cd3;
/* SwiftUI */
Color(red: 0.200, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#335cd3")Accessibility — WCAG contrast
Aa
#335cd3 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#335cd3 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green36.1%
Blue82.7%
CMYK percentages
Cyan75.8%
Magenta56.4%
Yellow0.0%
Key (black)17.3%
Color previews
#335cd3 text on a black background
contrast 3.61:1
Card sample
#335cd3 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335cd3;
Background color
Panel with #335cd3 background
background-color: #335cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335cd3; background: linear-gradient(135deg, #335cd3, #7533D3);