Black
#141B1F
BlueColor Codes
All color formats for development
HEX
#141B1FRGB
rgb(20, 27, 31)HSL
hsl(202, 22%, 10%)OKLCH
oklch(0.217 0.013 233.2)CMYK
cmyk(35%, 13%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12181C
2#101619
3#0E1316
4#0C1013
5#0A0D10
6#080B0C
7#060809
8#040506
9#020303
Tints
Lighter variations
1#26333B
2#384C57
3#4A6473
4#5B7C8F
5#7393A5
6#8FA9B7
7#ABBEC9
8#C7D4DB
9#E3E9ED
Tones
Muted variations
1#141B1F
2#151B1E
3#161B1D
4#161A1D
5#171A1C
6#171A1C
7#181A1B
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C8 #B7C8D1 | BordersInactive statesPlaceholder text |
| 400 | 92AB #92ABB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7393 #7393A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5877 #587789 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465E #465E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F8F9;
--black-100: #E9EEF1;
--black-200: #D7E0E5;
--black-300: #B7C8D1;
--black-400: #92ABB9;
--black-500: #7393A5;
--black-600: #587789;
--black-700: #465E6D;
--black-800: #32434E;
--black-900: #202B32;
--black-950: #141B1F;
}