#367fd2
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
54, 127, 210
HSL
212°, 63%, 52%
CMYK
74, 40, 0, 18
Luminance
0.2062
Every format
| HEX | #367fd2 |
| RGB | rgb(54, 127, 210) |
| HSL | hsl(212, 63%, 52%) |
| CMYK | cmyk(74%, 40%, 0%, 18%) |
| LAB | lab(52.5 5.7 -49.3) |
| LCH | lch(52.5 49.6 276.5) |
| OKLCH | oklch(0.592 0.146 253.9) |
Copy-ready code
/* CSS */
color: #367fd2;
background-color: #367fd2;
/* Tailwind (arbitrary) */
class="text-[#367fd2] bg-[#367fd2]"
/* SCSS */
$brand: #367fd2;
/* SwiftUI */
Color(red: 0.212, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#367fd2")Accessibility — WCAG contrast
Aa
#367fd2 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367fd2 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.8%
Blue82.4%
CMYK percentages
Cyan74.3%
Magenta39.5%
Yellow0.0%
Key (black)17.6%
Color previews
#367fd2 text on a black background
contrast 5.12:1
Card sample
#367fd2 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367fd2;
Background color
Panel with #367fd2 background
background-color: #367fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367fd2; background: linear-gradient(135deg, #367fd2, #5536D2);