#708fdf
a light, vivid blue · cool · closest name: dodgerblue
RGB
112, 143, 223
HSL
223°, 63%, 66%
CMYK
50, 36, 0, 13
Luminance
0.2842
Every format
| HEX | #708fdf |
| RGB | rgb(112, 143, 223) |
| HSL | hsl(223, 63%, 66%) |
| CMYK | cmyk(50%, 36%, 0%, 13%) |
| LAB | lab(60.3 11.0 -44.1) |
| LCH | lch(60.3 45.5 284.0) |
| OKLCH | oklch(0.661 0.125 266.9) |
Copy-ready code
/* CSS */
color: #708fdf;
background-color: #708fdf;
/* Tailwind (arbitrary) */
class="text-[#708fdf] bg-[#708fdf]"
/* SCSS */
$brand: #708fdf;
/* SwiftUI */
Color(red: 0.439, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#708fdf")Accessibility — WCAG contrast
Aa
#708fdf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708fdf on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#708fdf text on a black background
contrast 6.68:1
Card sample
#708fdf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708fdf;
Background color
Panel with #708fdf background
background-color: #708fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708fdf; background: linear-gradient(135deg, #708fdf, #9B70DF);