#4f9fcf
a balanced, vivid blue · cool · closest name: steelblue
RGB
79, 159, 207
HSL
203°, 57%, 56%
CMYK
62, 23, 0, 19
Luminance
0.3096
Every format
| HEX | #4f9fcf |
| RGB | rgb(79, 159, 207) |
| HSL | hsl(203, 57%, 56%) |
| CMYK | cmyk(62%, 23%, 0%, 19%) |
| LAB | lab(62.5 -10.1 -31.9) |
| LCH | lch(62.5 33.4 252.5) |
| OKLCH | oklch(0.672 0.106 237.6) |
Copy-ready code
/* CSS */
color: #4f9fcf;
background-color: #4f9fcf;
/* Tailwind (arbitrary) */
class="text-[#4f9fcf] bg-[#4f9fcf]"
/* SCSS */
$brand: #4f9fcf;
/* SwiftUI */
Color(red: 0.310, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#4f9fcf")Accessibility — WCAG contrast
Aa
#4f9fcf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4f9fcf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green62.4%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#4f9fcf text on a black background
contrast 7.19:1
Card sample
#4f9fcf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9fcf;
Background color
Panel with #4f9fcf background
background-color: #4f9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9fcf; background: linear-gradient(135deg, #4f9fcf, #544FCF);