Black
#052E19
GreenColor Codes
All color formats for development
HEX
#052E19RGB
rgb(5, 46, 25)HSL
hsl(149, 80%, 10%)OKLCH
oklch(0.267 0.059 156)CMYK
cmyk(89%, 0%, 46%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052916
2#042514
3#042011
4#031C0F
5#03170C
6#02120A
7#020E07
8#010905
9#010502
Tints
Lighter variations
1#0A572F
2#0E8145
3#13AA5C
4#17D372
5#30E889
6#5AEDA1
7#83F1B8
8#ACF6D0
9#D6FAE7
Tones
Muted variations
1#072C19
2#092A19
3#0B2819
4#0D2619
5#0F2419
6#112219
7#132019
8#151E19
9#171C19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E889 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A157 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084928 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDF7;
--black-100: #DFFBED;
--black-200: #C3F8DD;
--black-300: #95F3C3;
--black-400: #5EEDA3;
--black-500: #30E889;
--black-600: #16CA6D;
--black-700: #12A157;
--black-800: #0D733E;
--black-900: #084928;
--black-950: #052E19;
}