Black
#013225
GreenColor Codes
All color formats for development
HEX
#013225RGB
rgb(1, 50, 37)HSL
hsl(164, 96%, 10%)OKLCH
oklch(0.282 0.055 169.7)CMYK
cmyk(98%, 0%, 26%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D21
2#01281E
3#01231A
4#011E16
5#011912
6#00140F
7#000F0B
8#000A07
9#000504
Tints
Lighter variations
1#025F46
2#038C67
3#04B989
4#05E6AA
5#1EFAC0
6#4BFBCC
7#78FCD9
8#A5FDE6
9#D2FEF2
Tones
Muted variations
1#033024
2#062D23
3#082B21
4#0B2820
5#0D261F
6#10231E
7#12211D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDF | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBCE | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFB;
--black-100: #DCFEF5;
--black-200: #BEFEED;
--black-300: #8CFDDF;
--black-400: #50FBCE;
--black-500: #1EFAC0;
--black-600: #04DCA2;
--black-700: #04AF81;
--black-800: #037D5C;
--black-900: #02503B;
--black-950: #013225;
}