#107fdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
16, 127, 223
HSL
208°, 87%, 47%
CMYK
93, 43, 0, 13
Luminance
0.2062
Every format
| HEX | #107fdf |
| RGB | rgb(16, 127, 223) |
| HSL | hsl(208, 87%, 47%) |
| CMYK | cmyk(93%, 43%, 0%, 13%) |
| LAB | lab(52.5 7.5 -56.6) |
| LCH | lch(52.5 57.1 277.5) |
| OKLCH | oklch(0.592 0.171 251.9) |
Copy-ready code
/* CSS */
color: #107fdf;
background-color: #107fdf;
/* Tailwind (arbitrary) */
class="text-[#107fdf] bg-[#107fdf]"
/* SCSS */
$brand: #107fdf;
/* SwiftUI */
Color(red: 0.063, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#107fdf")Accessibility — WCAG contrast
Aa
#107fdf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#107fdf on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#107fdf text on a black background
contrast 5.12:1
Card sample
#107fdf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #107fdf;
Background color
Panel with #107fdf background
background-color: #107fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #107fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #107fdf; background: linear-gradient(135deg, #107fdf, #2B10DF);