#335cf7
a balanced, electric blue · warm · closest name: royalblue
RGB
51, 92, 247
HSL
227°, 93%, 58%
CMYK
79, 63, 0, 3
Luminance
0.1507
Every format
| HEX | #335cf7 |
| RGB | rgb(51, 92, 247) |
| HSL | hsl(227, 93%, 58%) |
| CMYK | cmyk(79%, 63%, 0%, 3%) |
| LAB | lab(45.7 40.8 -81.1) |
| LCH | lch(45.7 90.8 296.7) |
| OKLCH | oklch(0.548 0.235 266.6) |
Copy-ready code
/* CSS */
color: #335cf7;
background-color: #335cf7;
/* Tailwind (arbitrary) */
class="text-[#335cf7] bg-[#335cf7]"
/* SCSS */
$brand: #335cf7;
/* SwiftUI */
Color(red: 0.200, green: 0.361, blue: 0.969)
/* Android */
Color.parseColor("#335cf7")Accessibility — WCAG contrast
Aa
#335cf7 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#335cf7 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green36.1%
Blue96.9%
CMYK percentages
Cyan79.4%
Magenta62.8%
Yellow0.0%
Key (black)3.1%
Color previews
#335cf7 text on a black background
contrast 4.01:1
Card sample
#335cf7 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335cf7;
Background color
Panel with #335cf7 background
background-color: #335cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 92, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 92, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335cf7; background: linear-gradient(135deg, #335cf7, #8C33F7);