#757cdf
a light, vivid blue · warm · closest name: royalblue
RGB
117, 124, 223
HSL
236°, 62%, 67%
CMYK
48, 44, 0, 13
Luminance
0.2352
Every format
| HEX | #757cdf |
| RGB | rgb(117, 124, 223) |
| HSL | hsl(236, 62%, 67%) |
| CMYK | cmyk(48%, 44%, 0%, 13%) |
| LAB | lab(55.6 23.5 -51.5) |
| LCH | lch(55.6 56.6 294.5) |
| OKLCH | oklch(0.626 0.147 278.2) |
Copy-ready code
/* CSS */
color: #757cdf;
background-color: #757cdf;
/* Tailwind (arbitrary) */
class="text-[#757cdf] bg-[#757cdf]"
/* SCSS */
$brand: #757cdf;
/* SwiftUI */
Color(red: 0.459, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#757cdf")Accessibility — WCAG contrast
Aa
#757cdf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#757cdf on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#757cdf text on a black background
contrast 5.70:1
Card sample
#757cdf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757cdf;
Background color
Panel with #757cdf background
background-color: #757cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757cdf; background: linear-gradient(135deg, #757cdf, #B575DF);