Black
#023126
CyanColor Codes
All color formats for development
HEX
#023126RGB
rgb(2, 49, 38)HSL
hsl(166, 92%, 10%)OKLCH
oklch(0.28 0.052 172.4)CMYK
cmyk(96%, 0%, 22%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C22
2#02271E
3#01221B
4#011D17
5#011813
6#01140F
7#010F0B
8#000A08
9#000504
Tints
Lighter variations
1#045D48
2#06896A
3#08B58D
4#09E1AF
5#23F6C5
6#4FF8D0
7#7BF9DC
8#A7FBE8
9#D3FDF3
Tones
Muted variations
1#042F25
2#072C24
3#092A22
4#0B2821
5#0E2520
6#10231F
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 #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FEFB;
--black-100: #DDFEF6;
--black-200: #BFFCEE;
--black-300: #8EFAE1;
--black-400: #54F8D2;
--black-500: #23F6C5;
--black-600: #09D7A7;
--black-700: #07AB85;
--black-800: #057A5F;
--black-900: #034E3D;
--black-950: #023126;
}