#335afd
a balanced, electric blue · warm · closest name: royalblue
RGB
51, 90, 253
HSL
228°, 98%, 60%
CMYK
80, 64, 0, 1
Luminance
0.1511
Every format
| HEX | #335afd |
| RGB | rgb(51, 90, 253) |
| HSL | hsl(228, 98%, 60%) |
| CMYK | cmyk(80%, 64%, 0%, 1%) |
| LAB | lab(45.8 44.1 -84.3) |
| LCH | lch(45.8 95.2 297.6) |
| OKLCH | oklch(0.550 0.245 266.9) |
Copy-ready code
/* CSS */
color: #335afd;
background-color: #335afd;
/* Tailwind (arbitrary) */
class="text-[#335afd] bg-[#335afd]"
/* SCSS */
$brand: #335afd;
/* SwiftUI */
Color(red: 0.200, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#335afd")Accessibility — WCAG contrast
Aa
#335afd on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#335afd on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green35.3%
Blue99.2%
CMYK percentages
Cyan79.8%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#335afd text on a black background
contrast 4.02:1
Card sample
#335afd text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335afd;
Background color
Panel with #335afd background
background-color: #335afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335afd; background: linear-gradient(135deg, #335afd, #9333FD);