#727fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
114, 127, 223
HSL
233°, 63%, 66%
CMYK
49, 43, 0, 13
Luminance
0.2408
Every format
| HEX | #727fdf |
| RGB | rgb(114, 127, 223) |
| HSL | hsl(233, 63%, 66%) |
| CMYK | cmyk(49%, 43%, 0%, 13%) |
| LAB | lab(56.2 21.0 -50.6) |
| LCH | lch(56.2 54.8 292.5) |
| OKLCH | oklch(0.630 0.144 275.6) |
Copy-ready code
/* CSS */
color: #727fdf;
background-color: #727fdf;
/* Tailwind (arbitrary) */
class="text-[#727fdf] bg-[#727fdf]"
/* SCSS */
$brand: #727fdf;
/* SwiftUI */
Color(red: 0.447, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#727fdf")Accessibility — WCAG contrast
Aa
#727fdf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#727fdf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#727fdf text on a black background
contrast 5.82:1
Card sample
#727fdf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727fdf;
Background color
Panel with #727fdf background
background-color: #727fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727fdf; background: linear-gradient(135deg, #727fdf, #AE72DF);