#367acf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
54, 122, 207
HSL
213°, 61%, 51%
CMYK
74, 41, 0, 19
Luminance
0.1921
Every format
| HEX | #367acf |
| RGB | rgb(54, 122, 207) |
| HSL | hsl(213, 61%, 51%) |
| CMYK | cmyk(74%, 41%, 0%, 19%) |
| LAB | lab(50.9 7.6 -50.1) |
| LCH | lch(50.9 50.7 278.6) |
| OKLCH | oklch(0.579 0.148 255.6) |
Copy-ready code
/* CSS */
color: #367acf;
background-color: #367acf;
/* Tailwind (arbitrary) */
class="text-[#367acf] bg-[#367acf]"
/* SCSS */
$brand: #367acf;
/* SwiftUI */
Color(red: 0.212, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#367acf")Accessibility — WCAG contrast
Aa
#367acf on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367acf on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.8%
Blue81.2%
CMYK percentages
Cyan73.9%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#367acf text on a black background
contrast 4.84:1
Card sample
#367acf text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367acf;
Background color
Panel with #367acf background
background-color: #367acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367acf; background: linear-gradient(135deg, #367acf, #5836CF);