#3370fd
a balanced, electric blue · cool · closest name: royalblue
RGB
51, 112, 253
HSL
222°, 98%, 60%
CMYK
80, 56, 0, 1
Luminance
0.1938
Every format
| HEX | #3370fd |
| RGB | rgb(51, 112, 253) |
| HSL | hsl(222, 98%, 60%) |
| CMYK | cmyk(80%, 56%, 0%, 1%) |
| LAB | lab(51.1 30.5 -75.6) |
| LCH | lch(51.1 81.5 292.0) |
| OKLCH | oklch(0.590 0.220 263.5) |
Copy-ready code
/* CSS */
color: #3370fd;
background-color: #3370fd;
/* Tailwind (arbitrary) */
class="text-[#3370fd] bg-[#3370fd]"
/* SCSS */
$brand: #3370fd;
/* SwiftUI */
Color(red: 0.200, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#3370fd")Accessibility — WCAG contrast
Aa
#3370fd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3370fd on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green43.9%
Blue99.2%
CMYK percentages
Cyan79.8%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#3370fd text on a black background
contrast 4.88:1
Card sample
#3370fd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3370fd;
Background color
Panel with #3370fd background
background-color: #3370fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3370fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3370fd; background: linear-gradient(135deg, #3370fd, #7D33FD);