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