#122821
a deep, soft cyan · cool · closest name: black
RGB
18, 40, 33
HSL
161°, 38%, 11%
CMYK
55, 0, 18, 84
Luminance
0.0176
Every format
| HEX | #122821 |
| RGB | rgb(18, 40, 33) |
| HSL | hsl(161, 38%, 11%) |
| CMYK | cmyk(55%, 0%, 18%, 84%) |
| LAB | lab(14.2 -10.9 1.9) |
| LCH | lch(14.2 11.1 170.1) |
| OKLCH | oklch(0.256 0.031 171.1) |
Copy-ready code
/* CSS */
color: #122821;
background-color: #122821;
/* Tailwind (arbitrary) */
class="text-[#122821] bg-[#122821]"
/* SCSS */
$brand: #122821;
/* SwiftUI */
Color(red: 0.071, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#122821")Accessibility — WCAG contrast
Aa
#122821 on white: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#122821 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green15.7%
Blue12.9%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#122821 text on a black background
contrast 1.35:1
Card sample
#122821 text on a white background
contrast 15.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #122821;
Background color
Panel with #122821 background
background-color: #122821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #122821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #122821; background: linear-gradient(135deg, #122821, #122028);