Black
#0B2815
GreenColor Codes
All color formats for development
HEX
#0B2815RGB
rgb(11, 40, 21)HSL
hsl(141, 57%, 10%)OKLCH
oklch(0.249 0.05 152.3)CMYK
cmyk(73%, 0%, 47%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2413
2#092011
3#081C0F
4#07180D
5#05140B
6#041008
7#030C06
8#020804
9#010402
Tints
Lighter variations
1#154C28
2#1F703B
3#29944E
4#32B861
5#4BCE79
6#6FD894
7#93E1AE
8#B7EBC9
9#DBF5E4
Tones
Muted variations
1#0C2716
2#0E2516
3#0F2416
4#112217
5#122117
6#141F18
7#151E18
8#171C19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BA | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D996 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B05D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6435 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF6;
--black-100: #E3F7EA;
--black-200: #CBF1D8;
--black-300: #A3E6BA;
--black-400: #73D996;
--black-500: #4BCE79;
--black-600: #30B05D;
--black-700: #268C4A;
--black-800: #1B6435;
--black-900: #124022;
--black-950: #0B2815;
}