Black
#0A2918
GreenColor Codes
All color formats for development
HEX
#0A2918RGB
rgb(10, 41, 24)HSL
hsl(147, 61%, 10%)OKLCH
oklch(0.252 0.049 156.1)CMYK
cmyk(76%, 0%, 41%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092516
2#082113
3#071D11
4#06190E
5#05150C
6#04100A
7#030C07
8#020805
9#010402
Tints
Lighter variations
1#134E2D
2#1C7343
3#259859
4#2EBD6E
5#46D285
6#6BDB9E
7#90E4B6
8#B5EDCE
9#DAF6E7
Tones
Muted variations
1#0C2718
2#0D2618
3#0F2418
4#102319
5#122119
6#132019
7#151E19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA0 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D285 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239054 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104226 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF7;
--black-100: #E2F8EC;
--black-200: #CAF2DC;
--black-300: #A1E8C1;
--black-400: #6FDCA0;
--black-500: #46D285;
--black-600: #2CB569;
--black-700: #239054;
--black-800: #19673C;
--black-900: #104226;
--black-950: #0A2918;
}