Black
#0A290B
GreenColor Codes
All color formats for development
HEX
#0A290BRGB
rgb(10, 41, 11)HSL
hsl(122, 61%, 10%)OKLCH
oklch(0.249 0.064 143.9)CMYK
cmyk(76%, 0%, 73%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250A
2#082109
3#071D08
4#061907
5#051505
6#041004
7#030C03
8#020802
9#010401
Tints
Lighter variations
1#134E15
2#1C731F
3#259829
4#2EBD33
5#46D24B
6#6BDB6F
7#90E493
8#B5EDB7
9#DAF6DB
Tones
Muted variations
1#0C270C
2#0D260E
3#0F240F
4#102311
5#122112
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 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC73 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB530 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF3;
--black-100: #E2F8E3;
--black-200: #CAF2CB;
--black-300: #A1E8A3;
--black-400: #6FDC73;
--black-500: #46D24B;
--black-600: #2CB530;
--black-700: #239026;
--black-800: #19671B;
--black-900: #104212;
--black-950: #0A290B;
}