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