#207fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
32, 127, 223
HSL
210°, 75%, 50%
CMYK
86, 43, 0, 13
Luminance
0.2081
Every format
| HEX | #207fdf |
| RGB | rgb(32, 127, 223) |
| HSL | hsl(210, 75%, 50%) |
| CMYK | cmyk(86%, 43%, 0%, 13%) |
| LAB | lab(52.7 8.3 -56.3) |
| LCH | lch(52.7 56.9 278.4) |
| OKLCH | oklch(0.594 0.169 253.3) |
Copy-ready code
/* CSS */
color: #207fdf;
background-color: #207fdf;
/* Tailwind (arbitrary) */
class="text-[#207fdf] bg-[#207fdf]"
/* SCSS */
$brand: #207fdf;
/* SwiftUI */
Color(red: 0.125, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#207fdf")Accessibility — WCAG contrast
Aa
#207fdf on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#207fdf on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#207fdf text on a black background
contrast 5.16:1
Card sample
#207fdf text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207fdf;
Background color
Panel with #207fdf background
background-color: #207fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207fdf; background: linear-gradient(135deg, #207fdf, #4020DF);