#270a3a
a deep, vivid violet · warm · closest name: midnightblue
RGB
39, 10, 58
HSL
276°, 71%, 13%
CMYK
33, 83, 0, 77
Luminance
0.0095
Every format
| HEX | #270a3a |
| RGB | rgb(39, 10, 58) |
| HSL | hsl(276, 71%, 13%) |
| CMYK | cmyk(33%, 83%, 0%, 77%) |
| LAB | lab(8.6 24.9 -24.6) |
| LCH | lch(8.6 35.0 315.4) |
| OKLCH | oklch(0.223 0.089 308.4) |
Copy-ready code
/* CSS */
color: #270a3a;
background-color: #270a3a;
/* Tailwind (arbitrary) */
class="text-[#270a3a] bg-[#270a3a]"
/* SCSS */
$brand: #270a3a;
/* SwiftUI */
Color(red: 0.153, green: 0.039, blue: 0.227)
/* Android */
Color.parseColor("#270a3a")Accessibility — WCAG contrast
Aa
#270a3a on white: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270a3a on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green3.9%
Blue22.7%
CMYK percentages
Cyan32.8%
Magenta82.8%
Yellow0.0%
Key (black)77.3%
Color previews
#270a3a text on a black background
contrast 1.19:1
Card sample
#270a3a text on a white background
contrast 17.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270a3a;
Background color
Panel with #270a3a background
background-color: #270a3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270a3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 10, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 10, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270a3a; background: linear-gradient(135deg, #270a3a, #3A0A2D);