#160271
a deep, electric blue · warm · closest name: navy
RGB
22, 2, 113
HSL
251°, 97%, 23%
CMYK
81, 98, 0, 56
Luminance
0.0141
Every format
| HEX | #160271 |
| RGB | rgb(22, 2, 113) |
| HSL | hsl(251, 97%, 23%) |
| CMYK | cmyk(81%, 98%, 0%, 56%) |
| LAB | lab(12.0 43.0 -56.6) |
| LCH | lch(12.0 71.1 307.2) |
| OKLCH | oklch(0.261 0.164 273.3) |
Copy-ready code
/* CSS */
color: #160271;
background-color: #160271;
/* Tailwind (arbitrary) */
class="text-[#160271] bg-[#160271]"
/* SCSS */
$brand: #160271;
/* SwiftUI */
Color(red: 0.086, green: 0.008, blue: 0.443)
/* Android */
Color.parseColor("#160271")Accessibility — WCAG contrast
Aa
#160271 on white: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160271 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.8%
Blue44.3%
CMYK percentages
Cyan80.5%
Magenta98.2%
Yellow0.0%
Key (black)55.7%
Color previews
#160271 text on a black background
contrast 1.28:1
Card sample
#160271 text on a white background
contrast 16.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160271;
Background color
Panel with #160271 background
background-color: #160271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 2, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 2, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160271; background: linear-gradient(135deg, #160271, #600271);