Black
#0A290C
GreenColor Codes
All color formats for development
HEX
#0A290CRGB
rgb(10, 41, 12)HSL
hsl(124, 61%, 10%)OKLCH
oklch(0.25 0.063 144.5)CMYK
cmyk(76%, 0%, 71%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250B
2#08210A
3#071D08
4#061907
5#051506
6#041005
7#030C04
8#020802
9#010401
Tints
Lighter variations
1#134E17
2#1C7322
3#25982C
4#2EBD37
5#46D250
6#6BDB73
7#90E496
8#B5EDB9
9#DAF6DC
Tones
Muted variations
1#0C270D
2#0D260F
3#0F2410
4#102311
5#122113
6#132014
7#151E15
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC77 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D250 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104213 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF3;
--black-100: #E2F8E4;
--black-200: #CAF2CC;
--black-300: #A1E8A5;
--black-400: #6FDC77;
--black-500: #46D250;
--black-600: #2CB535;
--black-700: #23902A;
--black-800: #19671E;
--black-900: #104213;
--black-950: #0A290C;
}