#3372df
a balanced, vivid blue · cool · closest name: royalblue
RGB
51, 114, 223
HSL
218°, 73%, 54%
CMYK
77, 49, 0, 13
Luminance
0.1807
Every format
| HEX | #3372df |
| RGB | rgb(51, 114, 223) |
| HSL | hsl(218, 73%, 54%) |
| CMYK | cmyk(77%, 49%, 0%, 13%) |
| LAB | lab(49.6 18.2 -61.3) |
| LCH | lch(49.6 64.0 286.5) |
| OKLCH | oklch(0.571 0.179 260.6) |
Copy-ready code
/* CSS */
color: #3372df;
background-color: #3372df;
/* Tailwind (arbitrary) */
class="text-[#3372df] bg-[#3372df]"
/* SCSS */
$brand: #3372df;
/* SwiftUI */
Color(red: 0.200, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#3372df")Accessibility — WCAG contrast
Aa
#3372df on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3372df on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green44.7%
Blue87.5%
CMYK percentages
Cyan77.1%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3372df text on a black background
contrast 4.61:1
Card sample
#3372df text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3372df;
Background color
Panel with #3372df background
background-color: #3372df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3372df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3372df; background: linear-gradient(135deg, #3372df, #6733DF);