#4f00ee
a balanced, electric violet · warm · closest name: blue
RGB
79, 0, 238
HSL
260°, 100%, 47%
CMYK
67, 100, 0, 7
Luminance
0.0784
Every format
| HEX | #4f00ee |
| RGB | rgb(79, 0, 238) |
| HSL | hsl(260, 100%, 47%) |
| CMYK | cmyk(67%, 100%, 0%, 7%) |
| LAB | lab(33.6 76.6 -95.9) |
| LCH | lch(33.6 122.8 308.6) |
| OKLCH | oklch(0.464 0.281 280.0) |
Copy-ready code
/* CSS */
color: #4f00ee;
background-color: #4f00ee;
/* Tailwind (arbitrary) */
class="text-[#4f00ee] bg-[#4f00ee]"
/* SCSS */
$brand: #4f00ee;
/* SwiftUI */
Color(red: 0.310, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#4f00ee")Accessibility — WCAG contrast
Aa
#4f00ee on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f00ee on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green0.0%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#4f00ee text on a black background
contrast 2.57:1
Card sample
#4f00ee text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f00ee;
Background color
Panel with #4f00ee background
background-color: #4f00ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f00ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f00ee; background: linear-gradient(135deg, #4f00ee, #EE00EE);