#271a4f
a deep, vivid blue · warm · closest name: midnightblue
RGB
39, 26, 79
HSL
255°, 51%, 21%
CMYK
51, 67, 0, 69
Luminance
0.0173
Every format
| HEX | #271a4f |
| RGB | rgb(39, 26, 79) |
| HSL | hsl(255, 51%, 21%) |
| CMYK | cmyk(51%, 67%, 0%, 69%) |
| LAB | lab(14.0 21.6 -30.6) |
| LCH | lch(14.0 37.4 305.2) |
| OKLCH | oklch(0.268 0.093 290.0) |
Copy-ready code
/* CSS */
color: #271a4f;
background-color: #271a4f;
/* Tailwind (arbitrary) */
class="text-[#271a4f] bg-[#271a4f]"
/* SCSS */
$brand: #271a4f;
/* SwiftUI */
Color(red: 0.153, green: 0.102, blue: 0.310)
/* Android */
Color.parseColor("#271a4f")Accessibility — WCAG contrast
Aa
#271a4f on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271a4f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green10.2%
Blue31.0%
CMYK percentages
Cyan50.6%
Magenta67.1%
Yellow0.0%
Key (black)69.0%
Color previews
#271a4f text on a black background
contrast 1.35:1
Card sample
#271a4f text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271a4f;
Background color
Panel with #271a4f background
background-color: #271a4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271a4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 26, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 26, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271a4f; background: linear-gradient(135deg, #271a4f, #4A1A4F);