#707fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
112, 127, 223
HSL
232°, 63%, 66%
CMYK
50, 43, 0, 13
Luminance
0.2395
Every format
| HEX | #707fdf |
| RGB | rgb(112, 127, 223) |
| HSL | hsl(232, 63%, 66%) |
| CMYK | cmyk(50%, 43%, 0%, 13%) |
| LAB | lab(56.0 20.5 -50.8) |
| LCH | lch(56.0 54.8 292.0) |
| OKLCH | oklch(0.629 0.145 274.8) |
Copy-ready code
/* CSS */
color: #707fdf;
background-color: #707fdf;
/* Tailwind (arbitrary) */
class="text-[#707fdf] bg-[#707fdf]"
/* SCSS */
$brand: #707fdf;
/* SwiftUI */
Color(red: 0.439, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#707fdf")Accessibility — WCAG contrast
Aa
#707fdf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707fdf on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green49.8%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#707fdf text on a black background
contrast 5.79:1
Card sample
#707fdf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707fdf;
Background color
Panel with #707fdf background
background-color: #707fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707fdf; background: linear-gradient(135deg, #707fdf, #AB70DF);