#728fdf
a light, vivid blue · cool · closest name: dodgerblue
RGB
114, 143, 223
HSL
224°, 63%, 66%
CMYK
49, 36, 0, 13
Luminance
0.2855
Every format
| HEX | #728fdf |
| RGB | rgb(114, 143, 223) |
| HSL | hsl(224, 63%, 66%) |
| CMYK | cmyk(49%, 36%, 0%, 13%) |
| LAB | lab(60.4 11.5 -43.9) |
| LCH | lch(60.4 45.4 284.7) |
| OKLCH | oklch(0.662 0.124 267.8) |
Copy-ready code
/* CSS */
color: #728fdf;
background-color: #728fdf;
/* Tailwind (arbitrary) */
class="text-[#728fdf] bg-[#728fdf]"
/* SCSS */
$brand: #728fdf;
/* SwiftUI */
Color(red: 0.447, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#728fdf")Accessibility — WCAG contrast
Aa
#728fdf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#728fdf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#728fdf text on a black background
contrast 6.71:1
Card sample
#728fdf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #728fdf;
Background color
Panel with #728fdf background
background-color: #728fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #728fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #728fdf; background: linear-gradient(135deg, #728fdf, #9E72DF);