#759be0
a light, vivid blue · cool · closest name: steelblue
RGB
117, 155, 224
HSL
219°, 63%, 67%
CMYK
48, 31, 0, 12
Luminance
0.3261
Every format
| HEX | #759be0 |
| RGB | rgb(117, 155, 224) |
| HSL | hsl(219, 63%, 67%) |
| CMYK | cmyk(48%, 31%, 0%, 12%) |
| LAB | lab(63.8 5.5 -39.0) |
| LCH | lch(63.8 39.4 278.1) |
| OKLCH | oklch(0.690 0.111 261.8) |
Copy-ready code
/* CSS */
color: #759be0;
background-color: #759be0;
/* Tailwind (arbitrary) */
class="text-[#759be0] bg-[#759be0]"
/* SCSS */
$brand: #759be0;
/* SwiftUI */
Color(red: 0.459, green: 0.608, blue: 0.878)
/* Android */
Color.parseColor("#759be0")Accessibility — WCAG contrast
Aa
#759be0 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#759be0 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green60.8%
Blue87.8%
CMYK percentages
Cyan47.8%
Magenta30.8%
Yellow0.0%
Key (black)12.2%
Color previews
#759be0 text on a black background
contrast 7.52:1
Card sample
#759be0 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #759be0;
Background color
Panel with #759be0 background
background-color: #759be0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #759be0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 155, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 155, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #759be0; background: linear-gradient(135deg, #759be0, #9675E0);