Black
#0A2917
GreenColor Codes
All color formats for development
HEX
#0A2917RGB
rgb(10, 41, 23)HSL
hsl(145, 61%, 10%)OKLCH
oklch(0.252 0.05 154.7)CMYK
cmyk(76%, 0%, 44%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092515
2#082112
3#071D10
4#06190E
5#05150B
6#041009
7#030C07
8#020805
9#010402
Tints
Lighter variations
1#134E2C
2#1C7340
3#259855
4#2EBD69
5#46D281
6#6BDB9A
7#90E4B3
8#B5EDCC
9#DAF6E6
Tones
Muted variations
1#0C2717
2#0D2617
3#0F2418
4#102318
5#122118
6#132018
7#151E19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9D | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196739 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF7;
--black-100: #E2F8EB;
--black-200: #CAF2DA;
--black-300: #A1E8BE;
--black-400: #6FDC9D;
--black-500: #46D281;
--black-600: #2CB565;
--black-700: #239050;
--black-800: #196739;
--black-900: #104225;
--black-950: #0A2917;
}