#758fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
117, 143, 223
HSL
225°, 62%, 67%
CMYK
48, 36, 0, 13
Luminance
0.2875
Every format
| HEX | #758fdf |
| RGB | rgb(117, 143, 223) |
| HSL | hsl(225, 62%, 67%) |
| CMYK | cmyk(48%, 36%, 0%, 13%) |
| LAB | lab(60.6 12.2 -43.6) |
| LCH | lch(60.6 45.3 285.6) |
| OKLCH | oklch(0.664 0.123 269.2) |
Copy-ready code
/* CSS */
color: #758fdf;
background-color: #758fdf;
/* Tailwind (arbitrary) */
class="text-[#758fdf] bg-[#758fdf]"
/* SCSS */
$brand: #758fdf;
/* SwiftUI */
Color(red: 0.459, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#758fdf")Accessibility — WCAG contrast
Aa
#758fdf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758fdf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#758fdf text on a black background
contrast 6.75:1
Card sample
#758fdf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758fdf;
Background color
Panel with #758fdf background
background-color: #758fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758fdf; background: linear-gradient(135deg, #758fdf, #A275DF);