Black
#14161F
BlueColor Codes
All color formats for development
HEX
#14161FRGB
rgb(20, 22, 31)HSL
hsl(229, 22%, 10%)OKLCH
oklch(0.202 0.018 274.9)CMYK
cmyk(35%, 29%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12141C
2#101219
3#0E0F16
4#0C0D13
5#0A0B10
6#08090C
7#060709
8#040406
9#020203
Tints
Lighter variations
1#262A3B
2#383D57
3#4A5173
4#5B658F
5#737CA5
6#8F96B7
7#ABB1C9
8#C7CBDB
9#E3E5ED
Tones
Muted variations
1#14161F
2#15171E
3#16171D
4#16171D
5#17181C
6#17181C
7#18181B
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BC #B7BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9299 #9299B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737C #737CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5861 #586189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464D #464D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F6F9;
--black-100: #E9EBF1;
--black-200: #D7D9E5;
--black-300: #B7BCD1;
--black-400: #9299B9;
--black-500: #737CA5;
--black-600: #586189;
--black-700: #464D6D;
--black-800: #32374E;
--black-900: #202332;
--black-950: #14161F;
}