Black
#141E1F
CyanColor Codes
All color formats for development
HEX
#141E1FRGB
rgb(20, 30, 31)HSL
hsl(185, 22%, 10%)OKLCH
oklch(0.226 0.014 203.8)CMYK
cmyk(35%, 3%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121B1C
2#101819
3#0E1516
4#0C1213
5#0A0F10
6#080C0C
7#060909
8#040606
9#020303
Tints
Lighter variations
1#26393B
2#385457
3#4A7073
4#5B8B8F
5#73A1A5
6#8FB4B7
7#ABC7C9
8#C7DADB
9#E3ECED
Tones
Muted variations
1#141E1F
2#151D1E
3#161D1D
4#161C1D
5#171C1C
6#171B1C
7#181B1B
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B6 #92B6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A1 #73A1A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5885 #588589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466A #466A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F9F9;
--black-100: #E9F0F1;
--black-200: #D7E4E5;
--black-300: #B7CFD1;
--black-400: #92B6B9;
--black-500: #73A1A5;
--black-600: #588589;
--black-700: #466A6D;
--black-800: #324B4E;
--black-900: #203032;
--black-950: #141E1F;
}