Black
#141F1F
CyanColor Codes
All color formats for development
HEX
#141F1FRGB
rgb(20, 31, 31)HSL
hsl(180, 22%, 10%)OKLCH
oklch(0.229 0.016 196.1)CMYK
cmyk(35%, 0%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121C1C
2#101919
3#0E1616
4#0C1313
5#0A1010
6#080C0C
7#060909
8#040606
9#020303
Tints
Lighter variations
1#263B3B
2#385757
3#4A7373
4#5B8F8F
5#73A5A5
6#8FB7B7
7#ABC9C9
8#C7DBDB
9#E3EDED
Tones
Muted variations
1#141F1F
2#151E1E
3#161D1D
4#161D1D
5#171C1C
6#171C1C
7#181B1B
8#181B1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7D1 #B7D1D1 | BordersInactive statesPlaceholder text |
| 400 | 92B9 #92B9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A5 #73A5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5889 #588989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466D #466D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324E #324E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2032 #203232 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F9F9;
--black-100: #E9F1F1;
--black-200: #D7E5E5;
--black-300: #B7D1D1;
--black-400: #92B9B9;
--black-500: #73A5A5;
--black-600: #588989;
--black-700: #466D6D;
--black-800: #324E4E;
--black-900: #203232;
--black-950: #141F1F;
}