#4f7aef
a balanced, electric blue · cool · closest name: royalblue
RGB
79, 122, 239
HSL
224°, 83%, 62%
CMYK
67, 49, 0, 6
Luminance
0.2181
Every format
| HEX | #4f7aef |
| RGB | rgb(79, 122, 239) |
| HSL | hsl(224, 83%, 62%) |
| CMYK | cmyk(67%, 49%, 0%, 6%) |
| LAB | lab(53.8 22.6 -63.4) |
| LCH | lch(53.8 67.3 289.6) |
| OKLCH | oklch(0.610 0.182 266.0) |
Copy-ready code
/* CSS */
color: #4f7aef;
background-color: #4f7aef;
/* Tailwind (arbitrary) */
class="text-[#4f7aef] bg-[#4f7aef]"
/* SCSS */
$brand: #4f7aef;
/* SwiftUI */
Color(red: 0.310, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#4f7aef")Accessibility — WCAG contrast
Aa
#4f7aef on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f7aef on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green47.8%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4f7aef text on a black background
contrast 5.36:1
Card sample
#4f7aef text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f7aef;
Background color
Panel with #4f7aef background
background-color: #4f7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f7aef; background: linear-gradient(135deg, #4f7aef, #8F4FEF);