Black
#023128
CyanColor Codes
All color formats for development
HEX
#023128RGB
rgb(2, 49, 40)HSL
hsl(169, 92%, 10%)OKLCH
oklch(0.281 0.051 176)CMYK
cmyk(96%, 0%, 18%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C24
2#022720
3#01221C
4#011D18
5#011814
6#011410
7#010F0C
8#000A08
9#000504
Tints
Lighter variations
1#045D4D
2#068971
3#08B595
4#09E1BA
5#23F6CF
6#4FF8D9
7#7BF9E2
8#A7FBEC
9#D3FDF5
Tones
Muted variations
1#042F27
2#072C25
3#092A24
4#0B2822
5#0E2521
6#10231F
7#12211E
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE7 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFC;
--black-100: #DDFEF8;
--black-200: #BFFCF1;
--black-300: #8EFAE7;
--black-400: #54F8DA;
--black-500: #23F6CF;
--black-600: #09D7B2;
--black-700: #07AB8D;
--black-800: #057A65;
--black-900: #034E41;
--black-950: #023128;
}