#271755
a deep, vivid violet · warm · closest name: midnightblue
RGB
39, 23, 85
HSL
256°, 57%, 21%
CMYK
54, 73, 0, 67
Luminance
0.0170
Every format
| HEX | #271755 |
| RGB | rgb(39, 23, 85) |
| HSL | hsl(256, 57%, 21%) |
| CMYK | cmyk(54%, 73%, 0%, 67%) |
| LAB | lab(13.8 25.5 -35.0) |
| LCH | lch(13.8 43.3 306.1) |
| OKLCH | oklch(0.268 0.106 289.1) |
Copy-ready code
/* CSS */
color: #271755;
background-color: #271755;
/* Tailwind (arbitrary) */
class="text-[#271755] bg-[#271755]"
/* SCSS */
$brand: #271755;
/* SwiftUI */
Color(red: 0.153, green: 0.090, blue: 0.333)
/* Android */
Color.parseColor("#271755")Accessibility — WCAG contrast
Aa
#271755 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271755 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green9.0%
Blue33.3%
CMYK percentages
Cyan54.1%
Magenta72.9%
Yellow0.0%
Key (black)66.7%
Color previews
#271755 text on a black background
contrast 1.34:1
Card sample
#271755 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271755;
Background color
Panel with #271755 background
background-color: #271755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 23, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 23, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271755; background: linear-gradient(135deg, #271755, #501755);