#270081
a dark, electric violet · warm · closest name: navy
RGB
39, 0, 129
HSL
258°, 100%, 25%
CMYK
70, 100, 0, 49
Luminance
0.0202
Every format
| HEX | #270081 |
| RGB | rgb(39, 0, 129) |
| HSL | hsl(258, 100%, 25%) |
| CMYK | cmyk(70%, 100%, 0%, 49%) |
| LAB | lab(15.6 48.7 -60.9) |
| LCH | lch(15.6 78.0 308.6) |
| OKLCH | oklch(0.295 0.178 280.2) |
Copy-ready code
/* CSS */
color: #270081;
background-color: #270081;
/* Tailwind (arbitrary) */
class="text-[#270081] bg-[#270081]"
/* SCSS */
$brand: #270081;
/* SwiftUI */
Color(red: 0.153, green: 0.000, blue: 0.506)
/* Android */
Color.parseColor("#270081")Accessibility — WCAG contrast
Aa
#270081 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270081 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green0.0%
Blue50.6%
CMYK percentages
Cyan69.8%
Magenta100.0%
Yellow0.0%
Key (black)49.4%
Color previews
#270081 text on a black background
contrast 1.40:1
Card sample
#270081 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270081;
Background color
Panel with #270081 background
background-color: #270081;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270081;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 0, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 0, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270081; background: linear-gradient(135deg, #270081, #7D0081);