Black
#052E13
GreenColor Codes
All color formats for development
HEX
#052E13RGB
rgb(5, 46, 19)HSL
hsl(140, 80%, 10%)OKLCH
oklch(0.266 0.066 150.4)CMYK
cmyk(89%, 0%, 59%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052911
2#04250F
3#04200D
4#031C0B
5#031709
6#021207
7#020E06
8#010904
9#010502
Tints
Lighter variations
1#0A5724
2#0E8134
3#13AA45
4#17D356
5#30E86E
6#5AED8B
7#83F1A8
8#ACF6C5
9#D6FAE2
Tones
Muted variations
1#072C13
2#092A14
3#0B2815
4#0D2615
5#0F2416
6#112217
7#132017
8#151E18
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED8E | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E86E | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF5;
--black-100: #DFFBE8;
--black-200: #C3F8D5;
--black-300: #95F3B5;
--black-400: #5EED8E;
--black-500: #30E86E;
--black-600: #16CA52;
--black-700: #12A141;
--black-800: #0D732F;
--black-900: #08491E;
--black-950: #052E13;
}