#130f21
a deep, soft blue · warm · closest name: black
RGB
19, 15, 33
HSL
253°, 38%, 9%
CMYK
42, 55, 0, 87
Luminance
0.0059
Every format
| HEX | #130f21 |
| RGB | rgb(19, 15, 33) |
| HSL | hsl(253, 38%, 9%) |
| CMYK | cmyk(42%, 55%, 0%, 87%) |
| LAB | lab(5.3 6.3 -11.3) |
| LCH | lch(5.3 12.9 299.0) |
| OKLCH | oklch(0.184 0.036 292.7) |
Copy-ready code
/* CSS */
color: #130f21;
background-color: #130f21;
/* Tailwind (arbitrary) */
class="text-[#130f21] bg-[#130f21]"
/* SCSS */
$brand: #130f21;
/* SwiftUI */
Color(red: 0.075, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#130f21")Accessibility — WCAG contrast
Aa
#130f21 on white: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130f21 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green5.9%
Blue12.9%
CMYK percentages
Cyan42.4%
Magenta54.5%
Yellow0.0%
Key (black)87.1%
Color previews
#130f21 text on a black background
contrast 1.12:1
Card sample
#130f21 text on a white background
contrast 18.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130f21;
Background color
Panel with #130f21 background
background-color: #130f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130f21; background: linear-gradient(135deg, #130f21, #1F0F21);