Black
#052E0A
GreenColor Codes
All color formats for development
HEX
#052E0ARGB
rgb(5, 46, 10)HSL
hsl(127, 80%, 10%)OKLCH
oklch(0.264 0.076 145)CMYK
cmyk(89%, 0%, 78%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052909
2#042508
3#042007
4#031C06
5#031705
6#021204
7#020E03
8#010902
9#010501
Tints
Lighter variations
1#0A5713
2#0E811C
3#13AA24
4#17D32D
5#30E846
6#5AED6B
7#83F190
8#ACF6B5
9#D6FADA
Tones
Muted variations
1#072C0B
2#092A0D
3#0B280F
4#0D2610
5#0F2412
6#112213
7#132015
8#151E16
9#171C18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E846 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7319 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF3;
--black-100: #DFFBE2;
--black-200: #C3F8CA;
--black-300: #95F3A0;
--black-400: #5EED6F;
--black-500: #30E846;
--black-600: #16CA2B;
--black-700: #12A123;
--black-800: #0D7319;
--black-900: #084910;
--black-950: #052E0A;
}