#4f8cef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
79, 140, 239
HSL
217°, 83%, 62%
CMYK
67, 41, 0, 6
Luminance
0.2665
Every format
| HEX | #4f8cef |
| RGB | rgb(79, 140, 239) |
| HSL | hsl(217, 83%, 62%) |
| CMYK | cmyk(67%, 41%, 0%, 6%) |
| LAB | lab(58.6 11.6 -55.7) |
| LCH | lch(58.6 56.9 281.8) |
| OKLCH | oklch(0.647 0.162 259.6) |
Copy-ready code
/* CSS */
color: #4f8cef;
background-color: #4f8cef;
/* Tailwind (arbitrary) */
class="text-[#4f8cef] bg-[#4f8cef]"
/* SCSS */
$brand: #4f8cef;
/* SwiftUI */
Color(red: 0.310, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#4f8cef")Accessibility — WCAG contrast
Aa
#4f8cef on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8cef on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green54.9%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#4f8cef text on a black background
contrast 6.33:1
Card sample
#4f8cef text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8cef;
Background color
Panel with #4f8cef background
background-color: #4f8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8cef; background: linear-gradient(135deg, #4f8cef, #7D4FEF);