#4f2adb
a balanced, vivid blue · warm · closest name: blue
RGB
79, 42, 219
HSL
253°, 71%, 51%
CMYK
64, 81, 0, 14
Luminance
0.0843
Every format
| HEX | #4f2adb |
| RGB | rgb(79, 42, 219) |
| HSL | hsl(253, 71%, 51%) |
| CMYK | cmyk(64%, 81%, 0%, 14%) |
| LAB | lab(34.9 61.5 -83.0) |
| LCH | lch(34.9 103.4 306.5) |
| OKLCH | oklch(0.466 0.244 280.8) |
Copy-ready code
/* CSS */
color: #4f2adb;
background-color: #4f2adb;
/* Tailwind (arbitrary) */
class="text-[#4f2adb] bg-[#4f2adb]"
/* SCSS */
$brand: #4f2adb;
/* SwiftUI */
Color(red: 0.310, green: 0.165, blue: 0.859)
/* Android */
Color.parseColor("#4f2adb")Accessibility — WCAG contrast
Aa
#4f2adb on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2adb on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green16.5%
Blue85.9%
CMYK percentages
Cyan63.9%
Magenta80.8%
Yellow0.0%
Key (black)14.1%
Color previews
#4f2adb text on a black background
contrast 2.69:1
Card sample
#4f2adb text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2adb;
Background color
Panel with #4f2adb background
background-color: #4f2adb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2adb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 42, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 42, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2adb; background: linear-gradient(135deg, #4f2adb, #C52ADB);