#4f2cdb
a balanced, vivid blue · warm · closest name: navy
RGB
79, 44, 219
HSL
252°, 71%, 52%
CMYK
64, 80, 0, 14
Luminance
0.0858
Every format
| HEX | #4f2cdb |
| RGB | rgb(79, 44, 219) |
| HSL | hsl(252, 71%, 52%) |
| CMYK | cmyk(64%, 80%, 0%, 14%) |
| LAB | lab(35.2 60.7 -82.6) |
| LCH | lch(35.2 102.5 306.3) |
| OKLCH | oklch(0.468 0.242 280.7) |
Copy-ready code
/* CSS */
color: #4f2cdb;
background-color: #4f2cdb;
/* Tailwind (arbitrary) */
class="text-[#4f2cdb] bg-[#4f2cdb]"
/* SCSS */
$brand: #4f2cdb;
/* SwiftUI */
Color(red: 0.310, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#4f2cdb")Accessibility — WCAG contrast
Aa
#4f2cdb on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2cdb on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green17.3%
Blue85.9%
CMYK percentages
Cyan63.9%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#4f2cdb text on a black background
contrast 2.72:1
Card sample
#4f2cdb text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2cdb;
Background color
Panel with #4f2cdb background
background-color: #4f2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2cdb; background: linear-gradient(135deg, #4f2cdb, #C42CDB);