Black
#151C1E
CyanColor Codes
All color formats for development
HEX
#151C1ERGB
rgb(21, 28, 30)HSL
hsl(193, 18%, 10%)OKLCH
oklch(0.22 0.011 217)CMYK
cmyk(30%, 7%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13191B
2#111618
3#0F1415
4#0D1112
5#0A0E0F
6#080B0C
7#060809
8#040606
9#020303
Tints
Lighter variations
1#283539
2#3B4F54
3#4D686F
4#60818A
5#7898A1
6#93ADB4
7#AEC1C7
8#C9D6D9
9#E4EAEC
Tones
Muted variations
1#151C1E
2#161C1D
3#161B1D
4#171B1C
5#171B1C
6#181B1B
7#181A1B
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 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AF #96AFB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7898 #7898A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7C #5C7C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4962 #496269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F8F9;
--black-100: #EAEFF0;
--black-200: #D8E1E4;
--black-300: #BACACF;
--black-400: #96AFB6;
--black-500: #7898A1;
--black-600: #5C7C84;
--black-700: #496269;
--black-800: #34464B;
--black-900: #212D30;
--black-950: #151C1E;
}