Black
#151E1E
CyanColor Codes
All color formats for development
HEX
#151E1ERGB
rgb(21, 30, 30)HSL
hsl(180, 18%, 10%)OKLCH
oklch(0.226 0.013 196.3)CMYK
cmyk(30%, 0%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131B1B
2#111818
3#0F1515
4#0D1212
5#0A0F0F
6#080C0C
7#060909
8#040606
9#020303
Tints
Lighter variations
1#283939
2#3B5454
3#4D6F6F
4#608A8A
5#78A1A1
6#93B4B4
7#AEC7C7
8#C9D9D9
9#E4ECEC
Tones
Muted variations
1#151E1E
2#161D1D
3#161D1D
4#171C1C
5#171C1C
6#181B1B
7#181B1B
8#191A1A
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACF #BACFCF | BordersInactive statesPlaceholder text |
| 400 | 96B6 #96B6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A1 #78A1A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C84 #5C8484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4969 #496969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F9F9;
--black-100: #EAF0F0;
--black-200: #D8E4E4;
--black-300: #BACFCF;
--black-400: #96B6B6;
--black-500: #78A1A1;
--black-600: #5C8484;
--black-700: #496969;
--black-800: #344B4B;
--black-900: #213030;
--black-950: #151E1E;
}