#4372df
a balanced, vivid blue · cool · closest name: royalblue
RGB
67, 114, 223
HSL
222°, 71%, 57%
CMYK
70, 49, 0, 13
Luminance
0.1856
Every format
| HEX | #4372df |
| RGB | rgb(67, 114, 223) |
| HSL | hsl(222, 71%, 57%) |
| CMYK | cmyk(70%, 49%, 0%, 13%) |
| LAB | lab(50.2 20.2 -60.4) |
| LCH | lch(50.2 63.6 288.5) |
| OKLCH | oklch(0.577 0.174 264.1) |
Copy-ready code
/* CSS */
color: #4372df;
background-color: #4372df;
/* Tailwind (arbitrary) */
class="text-[#4372df] bg-[#4372df]"
/* SCSS */
$brand: #4372df;
/* SwiftUI */
Color(red: 0.263, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#4372df")Accessibility — WCAG contrast
Aa
#4372df on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4372df on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green44.7%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4372df text on a black background
contrast 4.71:1
Card sample
#4372df text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4372df;
Background color
Panel with #4372df background
background-color: #4372df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4372df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4372df; background: linear-gradient(135deg, #4372df, #7C43DF);