Black
#151D1E
CyanColor Codes
All color formats for development
HEX
#151D1ERGB
rgb(21, 29, 30)HSL
hsl(187, 18%, 10%)OKLCH
oklch(0.223 0.012 205.7)CMYK
cmyk(30%, 3%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131A1B
2#111718
3#0F1415
4#0D1112
5#0A0F0F
6#080C0C
7#060909
8#040606
9#020303
Tints
Lighter variations
1#283739
2#3B5154
3#4D6B6F
4#60858A
5#789CA1
6#93B0B4
7#AEC4C7
8#C9D7D9
9#E4EBEC
Tones
Muted variations
1#151D1E
2#161C1D
3#161C1D
4#171C1C
5#171B1C
6#181B1B
7#181B1B
8#191A1A
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCF | BordersInactive statesPlaceholder text |
| 400 | 96B2 #96B2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789C #789CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C80 #5C8084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4966 #496669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F8F9;
--black-100: #EAF0F0;
--black-200: #D8E2E4;
--black-300: #BACCCF;
--black-400: #96B2B6;
--black-500: #789CA1;
--black-600: #5C8084;
--black-700: #496669;
--black-800: #34494B;
--black-900: #212E30;
--black-950: #151D1E;
}