#759fdf
a light, vivid blue · cool · closest name: steelblue
RGB
117, 159, 223
HSL
216°, 62%, 67%
CMYK
48, 29, 0, 13
Luminance
0.3391
Every format
| HEX | #759fdf |
| RGB | rgb(117, 159, 223) |
| HSL | hsl(216, 62%, 67%) |
| CMYK | cmyk(48%, 29%, 0%, 13%) |
| LAB | lab(64.9 3.0 -36.9) |
| LCH | lch(64.9 37.0 274.6) |
| OKLCH | oklch(0.698 0.105 258.6) |
Copy-ready code
/* CSS */
color: #759fdf;
background-color: #759fdf;
/* Tailwind (arbitrary) */
class="text-[#759fdf] bg-[#759fdf]"
/* SCSS */
$brand: #759fdf;
/* SwiftUI */
Color(red: 0.459, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#759fdf")Accessibility — WCAG contrast
Aa
#759fdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#759fdf on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#759fdf text on a black background
contrast 7.78:1
Card sample
#759fdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #759fdf;
Background color
Panel with #759fdf background
background-color: #759fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #759fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #759fdf; background: linear-gradient(135deg, #759fdf, #9275DF);