#335cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
51, 92, 223
HSL
226°, 73%, 54%
CMYK
77, 59, 0, 13
Luminance
0.1369
Every format
| HEX | #335cdf |
| RGB | rgb(51, 92, 223) |
| HSL | hsl(226, 73%, 54%) |
| CMYK | cmyk(77%, 59%, 0%, 13%) |
| LAB | lab(43.8 32.1 -70.8) |
| LCH | lch(43.8 77.7 294.4) |
| OKLCH | oklch(0.527 0.205 266.1) |
Copy-ready code
/* CSS */
color: #335cdf;
background-color: #335cdf;
/* Tailwind (arbitrary) */
class="text-[#335cdf] bg-[#335cdf]"
/* SCSS */
$brand: #335cdf;
/* SwiftUI */
Color(red: 0.200, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#335cdf")Accessibility — WCAG contrast
Aa
#335cdf on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#335cdf on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan77.1%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#335cdf text on a black background
contrast 3.74:1
Card sample
#335cdf text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335cdf;
Background color
Panel with #335cdf background
background-color: #335cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335cdf; background: linear-gradient(135deg, #335cdf, #7D33DF);