Black
#0B2816
GreenColor Codes
All color formats for development
HEX
#0B2816RGB
rgb(11, 40, 22)HSL
hsl(143, 57%, 10%)OKLCH
oklch(0.249 0.049 153.5)CMYK
cmyk(73%, 0%, 45%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2414
2#092012
3#081C0F
4#07180D
5#05140B
6#041009
7#030C07
8#020804
9#010402
Tints
Lighter variations
1#154C2A
2#1F703E
3#299452
4#32B866
5#4BCE7D
6#6FD897
7#93E1B1
8#B7EBCB
9#DBF5E5
Tones
Muted variations
1#0C2716
2#0E2517
3#0F2417
4#112217
5#122118
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 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B061 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6437 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF6;
--black-100: #E3F7EB;
--black-200: #CBF1D9;
--black-300: #A3E6BD;
--black-400: #73D99A;
--black-500: #4BCE7D;
--black-600: #30B061;
--black-700: #268C4D;
--black-800: #1B6437;
--black-900: #124023;
--black-950: #0B2816;
}