#4f8df9
a balanced, electric blue · cool · closest name: dodgerblue
RGB
79, 141, 249
HSL
218°, 93%, 64%
CMYK
68, 43, 0, 2
Luminance
0.2755
Every format
| HEX | #4f8df9 |
| RGB | rgb(79, 141, 249) |
| HSL | hsl(218, 93%, 64%) |
| CMYK | cmyk(68%, 43%, 0%, 2%) |
| LAB | lab(59.5 14.5 -59.9) |
| LCH | lch(59.5 61.6 283.6) |
| OKLCH | oklch(0.655 0.173 260.7) |
Copy-ready code
/* CSS */
color: #4f8df9;
background-color: #4f8df9;
/* Tailwind (arbitrary) */
class="text-[#4f8df9] bg-[#4f8df9]"
/* SCSS */
$brand: #4f8df9;
/* SwiftUI */
Color(red: 0.310, green: 0.553, blue: 0.976)
/* Android */
Color.parseColor("#4f8df9")Accessibility — WCAG contrast
Aa
#4f8df9 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8df9 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green55.3%
Blue97.6%
CMYK percentages
Cyan68.3%
Magenta43.4%
Yellow0.0%
Key (black)2.4%
Color previews
#4f8df9 text on a black background
contrast 6.51:1
Card sample
#4f8df9 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8df9;
Background color
Panel with #4f8df9 background
background-color: #4f8df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 141, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 141, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8df9; background: linear-gradient(135deg, #4f8df9, #824FF9);