#121321
a deep, soft blue · warm · closest name: black
RGB
18, 19, 33
HSL
236°, 29%, 10%
CMYK
46, 42, 0, 87
Luminance
0.0070
Every format
| HEX | #121321 |
| RGB | rgb(18, 19, 33) |
| HSL | hsl(236, 29%, 10%) |
| CMYK | cmyk(46%, 42%, 0%, 87%) |
| LAB | lab(6.4 3.6 -9.8) |
| LCH | lch(6.4 10.4 290.1) |
| OKLCH | oklch(0.193 0.028 280.3) |
Copy-ready code
/* CSS */
color: #121321;
background-color: #121321;
/* Tailwind (arbitrary) */
class="text-[#121321] bg-[#121321]"
/* SCSS */
$brand: #121321;
/* SwiftUI */
Color(red: 0.071, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#121321")Accessibility — WCAG contrast
Aa
#121321 on white: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#121321 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green7.5%
Blue12.9%
CMYK percentages
Cyan45.5%
Magenta42.4%
Yellow0.0%
Key (black)87.1%
Color previews
#121321 text on a black background
contrast 1.14:1
Card sample
#121321 text on a white background
contrast 18.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #121321;
Background color
Panel with #121321 background
background-color: #121321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #121321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #121321; background: linear-gradient(135deg, #121321, #1B1221);