Black
#151A1E
BlueColor Codes
All color formats for development
HEX
#151A1ERGB
rgb(21, 26, 30)HSL
hsl(207, 18%, 10%)OKLCH
oklch(0.214 0.011 242.3)CMYK
cmyk(30%, 13%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13171B
2#111518
3#0F1215
4#0D1012
5#0A0D0F
6#080A0C
7#060809
8#040506
9#020303
Tints
Lighter variations
1#283139
2#3B4954
3#4D606F
4#60778A
5#788EA1
6#93A5B4
7#AEBBC7
8#C9D2D9
9#E4E8EC
Tones
Muted variations
1#151A1E
2#161A1D
3#161A1D
4#171A1C
5#171A1C
6#181A1B
7#181A1B
8#191A1A
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC5 #BAC5CF | BordersInactive statesPlaceholder text |
| 400 | 96A7 #96A7B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788E #788EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C72 #5C7284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495B #495B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F7F9;
--black-100: #EAEDF0;
--black-200: #D8DEE4;
--black-300: #BAC5CF;
--black-400: #96A7B6;
--black-500: #788EA1;
--black-600: #5C7284;
--black-700: #495B69;
--black-800: #34414B;
--black-900: #212A30;
--black-950: #151A1E;
}