Black
#013223
GreenColor Codes
All color formats for development
HEX
#013223RGB
rgb(1, 50, 35)HSL
hsl(162, 96%, 10%)OKLCH
oklch(0.282 0.057 166.6)CMYK
cmyk(98%, 0%, 30%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D20
2#01281C
3#012319
4#011E15
5#011912
6#00140E
7#000F0B
8#000A07
9#000504
Tints
Lighter variations
1#025F43
2#038C63
3#04B983
4#05E6A2
5#1EFAB8
6#4BFBC6
7#78FCD5
8#A5FDE3
9#D2FEF1
Tones
Muted variations
1#033022
2#062D21
3#082B20
4#0B281F
5#0D261E
6#10231D
7#12211C
8#151E1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDB | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DCFEF4;
--black-200: #BEFEEB;
--black-300: #8CFDDB;
--black-400: #50FBC8;
--black-500: #1EFAB8;
--black-600: #04DC9B;
--black-700: #04AF7C;
--black-800: #037D58;
--black-900: #025038;
--black-950: #013223;
}