Black
#02312A
CyanColor Codes
All color formats for development
HEX
#02312ARGB
rgb(2, 49, 42)HSL
hsl(171, 92%, 10%)OKLCH
oklch(0.281 0.05 179.9)CMYK
cmyk(96%, 0%, 14%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C26
2#022722
3#01221D
4#011D19
5#011815
6#011411
7#010F0D
8#000A08
9#000504
Tints
Lighter variations
1#045D50
2#068975
3#08B59B
4#09E1C1
5#23F6D6
6#4FF8DE
7#7BF9E6
8#A7FBEF
9#D3FDF7
Tones
Muted variations
1#042F28
2#072C27
3#092A25
4#0B2823
5#0E2522
6#102320
7#12211E
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFC;
--black-100: #DDFEF9;
--black-200: #BFFCF3;
--black-300: #8EFAEA;
--black-400: #54F8DF;
--black-500: #23F6D6;
--black-600: #09D7B8;
--black-700: #07AB93;
--black-800: #057A69;
--black-900: #034E43;
--black-950: #02312A;
}