Black
#15171E
BlueColor Codes
All color formats for development
HEX
#15171ERGB
rgb(21, 23, 30)HSL
hsl(227, 18%, 10%)OKLCH
oklch(0.206 0.014 272.6)CMYK
cmyk(30%, 23%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13151B
2#111218
3#0F1015
4#0D0E12
5#0A0B0F
6#08090C
7#060709
8#040506
9#020203
Tints
Lighter variations
1#282C39
2#3B4054
3#4D556F
4#60698A
5#7881A1
6#939AB4
7#AEB3C7
8#C9CCD9
9#E4E6EC
Tones
Muted variations
1#15171E
2#16171D
3#16181D
4#17181C
5#17181C
6#18181B
7#18191B
8#19191A
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969D #969DB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7881 #7881A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C65 #5C6584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4950 #495069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F7F9;
--black-100: #EAEBF0;
--black-200: #D8DAE4;
--black-300: #BABECF;
--black-400: #969DB6;
--black-500: #7881A1;
--black-600: #5C6584;
--black-700: #495069;
--black-800: #34394B;
--black-900: #212530;
--black-950: #15171E;
}