#4f6fef
a balanced, electric blue · warm · closest name: royalblue
RGB
79, 111, 239
HSL
228°, 83%, 62%
CMYK
67, 54, 0, 6
Luminance
0.1926
Every format
| HEX | #4f6fef |
| RGB | rgb(79, 111, 239) |
| HSL | hsl(228, 83%, 62%) |
| CMYK | cmyk(67%, 54%, 0%, 6%) |
| LAB | lab(51.0 29.4 -68.0) |
| LCH | lch(51.0 74.1 293.4) |
| OKLCH | oklch(0.589 0.196 269.0) |
Copy-ready code
/* CSS */
color: #4f6fef;
background-color: #4f6fef;
/* Tailwind (arbitrary) */
class="text-[#4f6fef] bg-[#4f6fef]"
/* SCSS */
$brand: #4f6fef;
/* SwiftUI */
Color(red: 0.310, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#4f6fef")Accessibility — WCAG contrast
Aa
#4f6fef on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f6fef on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green43.5%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#4f6fef text on a black background
contrast 4.85:1
Card sample
#4f6fef text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f6fef;
Background color
Panel with #4f6fef background
background-color: #4f6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f6fef; background: linear-gradient(135deg, #4f6fef, #9A4FEF);