Black
#023125
CyanColor Codes
All color formats for development
HEX
#023125RGB
rgb(2, 49, 37)HSL
hsl(165, 92%, 10%)OKLCH
oklch(0.279 0.053 170.7)CMYK
cmyk(96%, 0%, 24%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C22
2#02271E
3#01221A
4#011D16
5#011813
6#01140F
7#010F0B
8#000A07
9#000504
Tints
Lighter variations
1#045D47
2#068968
3#08B58A
4#09E1AB
5#23F6C1
6#4FF8CD
7#7BF9DA
8#A7FBE6
9#D3FDF3
Tones
Muted variations
1#042F24
2#072C23
3#092A22
4#0B2821
5#0E251F
6#10231E
7#12211D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADF | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8CF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFB;
--black-100: #DDFEF5;
--black-200: #BFFCED;
--black-300: #8EFADF;
--black-400: #54F8CF;
--black-500: #23F6C1;
--black-600: #09D7A4;
--black-700: #07AB82;
--black-800: #057A5D;
--black-900: #034E3C;
--black-950: #023125;
}