#708cdf
a light, vivid blue · cool · closest name: dodgerblue
RGB
112, 140, 223
HSL
225°, 63%, 66%
CMYK
50, 37, 0, 13
Luminance
0.2753
Every format
| HEX | #708cdf |
| RGB | rgb(112, 140, 223) |
| HSL | hsl(225, 63%, 66%) |
| CMYK | cmyk(50%, 37%, 0%, 13%) |
| LAB | lab(59.5 12.8 -45.4) |
| LCH | lch(59.5 47.2 285.7) |
| OKLCH | oklch(0.655 0.128 268.6) |
Copy-ready code
/* CSS */
color: #708cdf;
background-color: #708cdf;
/* Tailwind (arbitrary) */
class="text-[#708cdf] bg-[#708cdf]"
/* SCSS */
$brand: #708cdf;
/* SwiftUI */
Color(red: 0.439, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#708cdf")Accessibility — WCAG contrast
Aa
#708cdf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708cdf on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green54.9%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#708cdf text on a black background
contrast 6.51:1
Card sample
#708cdf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708cdf;
Background color
Panel with #708cdf background
background-color: #708cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708cdf; background: linear-gradient(135deg, #708cdf, #9E70DF);