Black
#0A290F
GreenColor Codes
All color formats for development
HEX
#0A290FRGB
rgb(10, 41, 15)HSL
hsl(130, 61%, 10%)OKLCH
oklch(0.25 0.06 146.5)CMYK
cmyk(76%, 0%, 63%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250E
2#08210C
3#071D0B
4#061909
5#051508
6#041006
7#030C05
8#020803
9#010402
Tints
Lighter variations
1#134E1D
2#1C732A
3#259838
4#2EBD46
5#46D25E
6#6BDB7E
7#90E49E
8#B5EDBE
9#DAF6DF
Tones
Muted variations
1#0C2710
2#0D2611
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 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC81 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239035 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196726 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104218 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E2F8E6;
--black-200: #CAF2D0;
--black-300: #A1E8AC;
--black-400: #6FDC81;
--black-500: #46D25E;
--black-600: #2CB543;
--black-700: #239035;
--black-800: #196726;
--black-900: #104218;
--black-950: #0A290F;
}