#707cdf
a light, vivid blue · warm · closest name: royalblue
RGB
112, 124, 223
HSL
234°, 63%, 66%
CMYK
50, 44, 0, 13
Luminance
0.2319
Every format
| HEX | #707cdf |
| RGB | rgb(112, 124, 223) |
| HSL | hsl(234, 63%, 66%) |
| CMYK | cmyk(50%, 44%, 0%, 13%) |
| LAB | lab(55.3 22.3 -52.0) |
| LCH | lch(55.3 56.6 293.2) |
| OKLCH | oklch(0.623 0.149 276.0) |
Copy-ready code
/* CSS */
color: #707cdf;
background-color: #707cdf;
/* Tailwind (arbitrary) */
class="text-[#707cdf] bg-[#707cdf]"
/* SCSS */
$brand: #707cdf;
/* SwiftUI */
Color(red: 0.439, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#707cdf")Accessibility — WCAG contrast
Aa
#707cdf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707cdf on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#707cdf text on a black background
contrast 5.64:1
Card sample
#707cdf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707cdf;
Background color
Panel with #707cdf background
background-color: #707cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707cdf; background: linear-gradient(135deg, #707cdf, #AE70DF);