#271b69
a dark, vivid blue · warm · closest name: midnightblue
RGB
39, 27, 105
HSL
249°, 59%, 26%
CMYK
63, 74, 0, 59
Luminance
0.0224
Every format
| HEX | #271b69 |
| RGB | rgb(39, 27, 105) |
| HSL | hsl(249, 59%, 26%) |
| CMYK | cmyk(63%, 74%, 0%, 59%) |
| LAB | lab(16.7 29.8 -43.6) |
| LCH | lch(16.7 52.8 304.3) |
| OKLCH | oklch(0.295 0.129 282.1) |
Copy-ready code
/* CSS */
color: #271b69;
background-color: #271b69;
/* Tailwind (arbitrary) */
class="text-[#271b69] bg-[#271b69]"
/* SCSS */
$brand: #271b69;
/* SwiftUI */
Color(red: 0.153, green: 0.106, blue: 0.412)
/* Android */
Color.parseColor("#271b69")Accessibility — WCAG contrast
Aa
#271b69 on white: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271b69 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green10.6%
Blue41.2%
CMYK percentages
Cyan62.9%
Magenta74.3%
Yellow0.0%
Key (black)58.8%
Color previews
#271b69 text on a black background
contrast 1.45:1
Card sample
#271b69 text on a white background
contrast 14.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271b69;
Background color
Panel with #271b69 background
background-color: #271b69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271b69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 27, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 27, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271b69; background: linear-gradient(135deg, #271b69, #5B1B69);