Black
#0A290D
GreenColor Codes
All color formats for development
HEX
#0A290DRGB
rgb(10, 41, 13)HSL
hsl(126, 61%, 10%)OKLCH
oklch(0.25 0.062 145.1)CMYK
cmyk(76%, 0%, 68%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250C
2#08210A
3#071D09
4#061908
5#051507
6#041005
7#030C04
8#020803
9#010401
Tints
Lighter variations
1#134E19
2#1C7325
3#259830
4#2EBD3C
5#46D254
6#6BDB76
7#90E499
8#B5EDBB
9#DAF6DD
Tones
Muted variations
1#0C270E
2#0D2610
3#0F2411
4#102312
5#122113
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 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7A | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D254 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB539 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196721 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104215 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E2F8E4;
--black-200: #CAF2CE;
--black-300: #A1E8A8;
--black-400: #6FDC7A;
--black-500: #46D254;
--black-600: #2CB539;
--black-700: #23902E;
--black-800: #196721;
--black-900: #104215;
--black-950: #0A290D;
}