Black
#02312B
CyanColor Codes
All color formats for development
HEX
#02312BRGB
rgb(2, 49, 43)HSL
hsl(172, 92%, 10%)OKLCH
oklch(0.282 0.049 181.9)CMYK
cmyk(96%, 0%, 12%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C26
2#022722
3#01221E
4#011D1A
5#011815
6#011411
7#010F0D
8#000A09
9#000504
Tints
Lighter variations
1#045D51
2#068978
3#08B59E
4#09E1C4
5#23F6DA
6#4FF8E1
7#7BF9E9
8#A7FBF0
9#D3FDF8
Tones
Muted variations
1#042F29
2#072C27
3#092A26
4#0B2824
5#0E2522
6#102320
7#12211F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFD;
--black-100: #DDFEF9;
--black-200: #BFFCF4;
--black-300: #8EFAEC;
--black-400: #54F8E2;
--black-500: #23F6DA;
--black-600: #09D7BC;
--black-700: #07AB95;
--black-800: #057A6B;
--black-900: #034E44;
--black-950: #02312B;
}