#207ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
32, 122, 222
HSL
212°, 75%, 50%
CMYK
86, 45, 0, 13
Luminance
0.1950
Every format
| HEX | #207ade |
| RGB | rgb(32, 122, 222) |
| HSL | hsl(212, 75%, 50%) |
| CMYK | cmyk(86%, 45%, 0%, 13%) |
| LAB | lab(51.3 11.1 -58.1) |
| LCH | lch(51.3 59.1 280.8) |
| OKLCH | oklch(0.583 0.173 254.9) |
Copy-ready code
/* CSS */
color: #207ade;
background-color: #207ade;
/* Tailwind (arbitrary) */
class="text-[#207ade] bg-[#207ade]"
/* SCSS */
$brand: #207ade;
/* SwiftUI */
Color(red: 0.125, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#207ade")Accessibility — WCAG contrast
Aa
#207ade on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#207ade on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green47.8%
Blue87.1%
CMYK percentages
Cyan85.6%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#207ade text on a black background
contrast 4.90:1
Card sample
#207ade text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207ade;
Background color
Panel with #207ade background
background-color: #207ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207ade; background: linear-gradient(135deg, #207ade, #4520DE);