Black
#131E20
CyanColor Codes
All color formats for development
HEX
#131E20RGB
rgb(19, 30, 32)HSL
hsl(189, 25%, 10%)OKLCH
oklch(0.225 0.016 210)CMYK
cmyk(41%, 6%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111B1D
2#0F181A
3#0D1516
4#0B1213
5#0A0F10
6#080C0D
7#06090A
8#040606
9#020303
Tints
Lighter variations
1#24393D
2#365459
3#476F76
4#588A93
5#70A0A9
6#8CB3BA
7#A9C6CB
8#C6D9DD
9#E2ECEE
Tones
Muted variations
1#141E1F
2#141D1F
3#151D1E
4#161C1D
5#161C1D
6#171B1C
7#181B1B
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CF #B6CFD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB5 #8FB5BC | Disabled statesSecondary iconsMuted text |
| 500 | 70A0 #70A0A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5484 #54848C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4369 #436970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304B #304B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9F9;
--black-100: #E9F0F2;
--black-200: #D6E4E6;
--black-300: #B6CFD3;
--black-400: #8FB5BC;
--black-500: #70A0A9;
--black-600: #54848C;
--black-700: #436970;
--black-800: #304B50;
--black-900: #1F3033;
--black-950: #131E20;
}