Black
#0A2915
GreenColor Codes
All color formats for development
HEX
#0A2915RGB
rgb(10, 41, 21)HSL
hsl(141, 61%, 10%)OKLCH
oklch(0.251 0.053 152.3)CMYK
cmyk(76%, 0%, 49%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092513
2#082111
3#071D0F
4#06190D
5#05150A
6#041008
7#030C06
8#020804
9#010402
Tints
Lighter variations
1#134E28
2#1C733A
3#25984D
4#2EBD60
5#46D277
6#6BDB92
7#90E4AE
8#B5EDC9
9#DAF6E4
Tones
Muted variations
1#0C2715
2#0D2616
3#0F2416
4#102317
5#122117
6#132018
7#151E18
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC95 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D277 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF6;
--black-100: #E2F8EA;
--black-200: #CAF2D8;
--black-300: #A1E8BA;
--black-400: #6FDC95;
--black-500: #46D277;
--black-600: #2CB55C;
--black-700: #239049;
--black-800: #196734;
--black-900: #104221;
--black-950: #0A2915;
}