#270638
a deep, electric violet · warm · closest name: midnightblue
RGB
39, 6, 56
HSL
280°, 81%, 12%
CMYK
30, 89, 0, 78
Luminance
0.0085
Every format
| HEX | #270638 |
| RGB | rgb(39, 6, 56) |
| HSL | hsl(280, 81%, 12%) |
| CMYK | cmyk(30%, 89%, 0%, 78%) |
| LAB | lab(7.7 26.6 -24.7) |
| LCH | lch(7.7 36.3 317.1) |
| OKLCH | oklch(0.216 0.093 311.0) |
Copy-ready code
/* CSS */
color: #270638;
background-color: #270638;
/* Tailwind (arbitrary) */
class="text-[#270638] bg-[#270638]"
/* SCSS */
$brand: #270638;
/* SwiftUI */
Color(red: 0.153, green: 0.024, blue: 0.220)
/* Android */
Color.parseColor("#270638")Accessibility — WCAG contrast
Aa
#270638 on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270638 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green2.4%
Blue22.0%
CMYK percentages
Cyan30.4%
Magenta89.3%
Yellow0.0%
Key (black)78.0%
Color previews
#270638 text on a black background
contrast 1.17:1
Card sample
#270638 text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270638;
Background color
Panel with #270638 background
background-color: #270638;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270638;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 6, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 6, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270638; background: linear-gradient(135deg, #270638, #380628);