Black
#14141F
BlueColor Codes
All color formats for development
HEX
#14141FRGB
rgb(20, 20, 31)HSL
hsl(240, 22%, 10%)OKLCH
oklch(0.197 0.022 284.2)CMYK
cmyk(35%, 35%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12121C
2#101019
3#0E0E16
4#0C0C13
5#0A0A10
6#08080C
7#060609
8#040406
9#020203
Tints
Lighter variations
1#26263B
2#383857
3#4A4A73
4#5B5B8F
5#7373A5
6#8F8FB7
7#ABABC9
8#C7C7DB
9#E3E3ED
Tones
Muted variations
1#14141F
2#15151E
3#16161D
4#16161D
5#17171C
6#17171C
7#18181B
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F6F9;
--black-100: #E9E9F1;
--black-200: #D7D7E5;
--black-300: #B7B7D1;
--black-400: #9292B9;
--black-500: #7373A5;
--black-600: #585889;
--black-700: #46466D;
--black-800: #32324E;
--black-900: #202032;
--black-950: #14141F;
}