#4f2fdb
a balanced, vivid blue · warm · closest name: navy
RGB
79, 47, 219
HSL
251°, 71%, 52%
CMYK
64, 79, 0, 14
Luminance
0.0881
Every format
| HEX | #4f2fdb |
| RGB | rgb(79, 47, 219) |
| HSL | hsl(251, 71%, 52%) |
| CMYK | cmyk(64%, 79%, 0%, 14%) |
| LAB | lab(35.6 59.4 -81.8) |
| LCH | lch(35.6 101.1 306.0) |
| OKLCH | oklch(0.471 0.240 280.4) |
Copy-ready code
/* CSS */
color: #4f2fdb;
background-color: #4f2fdb;
/* Tailwind (arbitrary) */
class="text-[#4f2fdb] bg-[#4f2fdb]"
/* SCSS */
$brand: #4f2fdb;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#4f2fdb")Accessibility — WCAG contrast
Aa
#4f2fdb on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2fdb on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue85.9%
CMYK percentages
Cyan63.9%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#4f2fdb text on a black background
contrast 2.76:1
Card sample
#4f2fdb text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2fdb;
Background color
Panel with #4f2fdb background
background-color: #4f2fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2fdb; background: linear-gradient(135deg, #4f2fdb, #C22FDB);