#4f9fef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
79, 159, 239
HSL
210°, 83%, 62%
CMYK
67, 34, 0, 6
Luminance
0.3269
Every format
| HEX | #4f9fef |
| RGB | rgb(79, 159, 239) |
| HSL | hsl(210, 83%, 62%) |
| CMYK | cmyk(67%, 34%, 0%, 6%) |
| LAB | lab(63.9 0.5 -47.3) |
| LCH | lch(63.9 47.3 270.6) |
| OKLCH | oklch(0.688 0.142 250.6) |
Copy-ready code
/* CSS */
color: #4f9fef;
background-color: #4f9fef;
/* Tailwind (arbitrary) */
class="text-[#4f9fef] bg-[#4f9fef]"
/* SCSS */
$brand: #4f9fef;
/* SwiftUI */
Color(red: 0.310, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#4f9fef")Accessibility — WCAG contrast
Aa
#4f9fef on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4f9fef on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green62.4%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#4f9fef text on a black background
contrast 7.54:1
Card sample
#4f9fef text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9fef;
Background color
Panel with #4f9fef background
background-color: #4f9fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9fef; background: linear-gradient(135deg, #4f9fef, #6A4FEF);