#335df0
a balanced, electric blue · warm · closest name: royalblue
RGB
51, 93, 240
HSL
227°, 86%, 57%
CMYK
79, 61, 0, 6
Luminance
0.1482
Every format
| HEX | #335df0 |
| RGB | rgb(51, 93, 240) |
| HSL | hsl(227, 86%, 57%) |
| CMYK | cmyk(79%, 61%, 0%, 6%) |
| LAB | lab(45.4 37.7 -77.7) |
| LCH | lch(45.4 86.4 295.9) |
| OKLCH | oklch(0.544 0.225 266.3) |
Copy-ready code
/* CSS */
color: #335df0;
background-color: #335df0;
/* Tailwind (arbitrary) */
class="text-[#335df0] bg-[#335df0]"
/* SCSS */
$brand: #335df0;
/* SwiftUI */
Color(red: 0.200, green: 0.365, blue: 0.941)
/* Android */
Color.parseColor("#335df0")Accessibility — WCAG contrast
Aa
#335df0 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#335df0 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green36.5%
Blue94.1%
CMYK percentages
Cyan78.8%
Magenta61.2%
Yellow0.0%
Key (black)5.9%
Color previews
#335df0 text on a black background
contrast 3.96:1
Card sample
#335df0 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335df0;
Background color
Panel with #335df0 background
background-color: #335df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 93, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 93, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335df0; background: linear-gradient(135deg, #335df0, #8733F0);