#708bfd
a light, electric blue · warm · closest name: dodgerblue
RGB
112, 139, 253
HSL
229°, 97%, 72%
CMYK
56, 45, 0, 1
Luminance
0.2900
Every format
| HEX | #708bfd |
| RGB | rgb(112, 139, 253) |
| HSL | hsl(229, 97%, 72%) |
| CMYK | cmyk(56%, 45%, 0%, 1%) |
| LAB | lab(60.8 22.7 -59.9) |
| LCH | lch(60.8 64.0 290.8) |
| OKLCH | oklch(0.670 0.171 271.1) |
Copy-ready code
/* CSS */
color: #708bfd;
background-color: #708bfd;
/* Tailwind (arbitrary) */
class="text-[#708bfd] bg-[#708bfd]"
/* SCSS */
$brand: #708bfd;
/* SwiftUI */
Color(red: 0.439, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#708bfd")Accessibility — WCAG contrast
Aa
#708bfd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708bfd on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green54.5%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#708bfd text on a black background
contrast 6.80:1
Card sample
#708bfd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708bfd;
Background color
Panel with #708bfd background
background-color: #708bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708bfd; background: linear-gradient(135deg, #708bfd, #B370FD);