#271870
a dark, vivid blue · warm · closest name: midnightblue
RGB
39, 24, 112
HSL
250°, 65%, 27%
CMYK
65, 79, 0, 56
Luminance
0.0225
Every format
| HEX | #271870 |
| RGB | rgb(39, 24, 112) |
| HSL | hsl(250, 65%, 27%) |
| CMYK | cmyk(65%, 79%, 0%, 56%) |
| LAB | lab(16.8 33.9 -48.0) |
| LCH | lch(16.8 58.8 305.2) |
| OKLCH | oklch(0.297 0.141 281.3) |
Copy-ready code
/* CSS */
color: #271870;
background-color: #271870;
/* Tailwind (arbitrary) */
class="text-[#271870] bg-[#271870]"
/* SCSS */
$brand: #271870;
/* SwiftUI */
Color(red: 0.153, green: 0.094, blue: 0.439)
/* Android */
Color.parseColor("#271870")Accessibility — WCAG contrast
Aa
#271870 on white: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271870 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green9.4%
Blue43.9%
CMYK percentages
Cyan65.2%
Magenta78.6%
Yellow0.0%
Key (black)56.1%
Color previews
#271870 text on a black background
contrast 1.45:1
Card sample
#271870 text on a white background
contrast 14.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271870;
Background color
Panel with #271870 background
background-color: #271870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 24, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 24, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271870; background: linear-gradient(135deg, #271870, #621870);