#4f7fcf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
79, 127, 207
HSL
218°, 57%, 56%
CMYK
62, 39, 0, 19
Luminance
0.2135
Every format
| HEX | #4f7fcf |
| RGB | rgb(79, 127, 207) |
| HSL | hsl(218, 57%, 56%) |
| CMYK | cmyk(62%, 39%, 0%, 19%) |
| LAB | lab(53.3 8.5 -46.2) |
| LCH | lch(53.3 47.0 280.4) |
| OKLCH | oklch(0.600 0.133 260.1) |
Copy-ready code
/* CSS */
color: #4f7fcf;
background-color: #4f7fcf;
/* Tailwind (arbitrary) */
class="text-[#4f7fcf] bg-[#4f7fcf]"
/* SCSS */
$brand: #4f7fcf;
/* SwiftUI */
Color(red: 0.310, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#4f7fcf")Accessibility — WCAG contrast
Aa
#4f7fcf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f7fcf on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green49.8%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#4f7fcf text on a black background
contrast 5.27:1
Card sample
#4f7fcf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f7fcf;
Background color
Panel with #4f7fcf background
background-color: #4f7fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f7fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f7fcf; background: linear-gradient(135deg, #4f7fcf, #744FCF);