Black
#0A290E
GreenColor Codes
All color formats for development
HEX
#0A290ERGB
rgb(10, 41, 14)HSL
hsl(128, 61%, 10%)OKLCH
oklch(0.25 0.061 145.8)CMYK
cmyk(76%, 0%, 66%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250D
2#08210B
3#071D0A
4#061908
5#051507
6#041006
7#030C04
8#020803
9#010401
Tints
Lighter variations
1#134E1B
2#1C7327
3#259834
4#2EBD41
5#46D259
6#6BDB7A
7#90E49B
8#B5EDBD
9#DAF6DE
Tones
Muted variations
1#0C270F
2#0D2610
3#0F2412
4#102313
5#122114
6#132015
7#151E16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E2F8E5;
--black-200: #CAF2CF;
--black-300: #A1E8AA;
--black-400: #6FDC7E;
--black-500: #46D259;
--black-600: #2CB53E;
--black-700: #239031;
--black-800: #196723;
--black-900: #104217;
--black-950: #0A290E;
}