#4f75ff
a light, electric blue · warm · closest name: royalblue
RGB
79, 117, 255
HSL
227°, 100%, 66%
CMYK
69, 54, 0, 0
Luminance
0.2160
Every format
| HEX | #4f75ff |
| RGB | rgb(79, 117, 255) |
| HSL | hsl(227, 100%, 66%) |
| CMYK | cmyk(69%, 54%, 0%, 0%) |
| LAB | lab(53.6 31.2 -72.6) |
| LCH | lch(53.6 79.1 293.3) |
| OKLCH | oklch(0.612 0.209 268.0) |
Copy-ready code
/* CSS */
color: #4f75ff;
background-color: #4f75ff;
/* Tailwind (arbitrary) */
class="text-[#4f75ff] bg-[#4f75ff]"
/* SCSS */
$brand: #4f75ff;
/* SwiftUI */
Color(red: 0.310, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#4f75ff")Accessibility — WCAG contrast
Aa
#4f75ff on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f75ff on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green45.9%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4f75ff text on a black background
contrast 5.32:1
Card sample
#4f75ff text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f75ff;
Background color
Panel with #4f75ff background
background-color: #4f75ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f75ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f75ff; background: linear-gradient(135deg, #4f75ff, #9E4FFF);