#207cf2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
32, 124, 242
HSL
214°, 89%, 54%
CMYK
87, 49, 0, 5
Luminance
0.2113
Every format
| HEX | #207cf2 |
| RGB | rgb(32, 124, 242) |
| HSL | hsl(214, 89%, 54%) |
| CMYK | cmyk(87%, 49%, 0%, 5%) |
| LAB | lab(53.1 17.4 -66.3) |
| LCH | lch(53.1 68.6 284.7) |
| OKLCH | oklch(0.601 0.196 257.3) |
Copy-ready code
/* CSS */
color: #207cf2;
background-color: #207cf2;
/* Tailwind (arbitrary) */
class="text-[#207cf2] bg-[#207cf2]"
/* SCSS */
$brand: #207cf2;
/* SwiftUI */
Color(red: 0.125, green: 0.486, blue: 0.949)
/* Android */
Color.parseColor("#207cf2")Accessibility — WCAG contrast
Aa
#207cf2 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#207cf2 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green48.6%
Blue94.9%
CMYK percentages
Cyan86.8%
Magenta48.8%
Yellow0.0%
Key (black)5.1%
Color previews
#207cf2 text on a black background
contrast 5.23:1
Card sample
#207cf2 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207cf2;
Background color
Panel with #207cf2 background
background-color: #207cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 124, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 124, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207cf2; background: linear-gradient(135deg, #207cf2, #5020F2);