#121f2c
a deep, soft blue · cool · closest name: black
RGB
18, 31, 44
HSL
210°, 42%, 12%
CMYK
59, 30, 0, 83
Luminance
0.0129
Every format
| HEX | #121f2c |
| RGB | rgb(18, 31, 44) |
| HSL | hsl(210, 42%, 12%) |
| CMYK | cmyk(59%, 30%, 0%, 83%) |
| LAB | lab(11.2 -1.1 -10.4) |
| LCH | lch(11.2 10.5 264.3) |
| OKLCH | oklch(0.234 0.031 249.3) |
Copy-ready code
/* CSS */
color: #121f2c;
background-color: #121f2c;
/* Tailwind (arbitrary) */
class="text-[#121f2c] bg-[#121f2c]"
/* SCSS */
$brand: #121f2c;
/* SwiftUI */
Color(red: 0.071, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#121f2c")Accessibility — WCAG contrast
Aa
#121f2c on white: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#121f2c on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green12.2%
Blue17.3%
CMYK percentages
Cyan59.1%
Magenta29.5%
Yellow0.0%
Key (black)82.7%
Color previews
#121f2c text on a black background
contrast 1.26:1
Card sample
#121f2c text on a white background
contrast 16.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #121f2c;
Background color
Panel with #121f2c background
background-color: #121f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #121f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #121f2c; background: linear-gradient(135deg, #121f2c, #16122C);