Black
#0B280D
GreenColor Codes
All color formats for development
HEX
#0B280DRGB
rgb(11, 40, 13)HSL
hsl(124, 57%, 10%)OKLCH
oklch(0.247 0.06 144.7)CMYK
cmyk(73%, 0%, 67%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A240C
2#09200A
3#081C09
4#071808
5#051406
6#041005
7#030C04
8#020803
9#010401
Tints
Lighter variations
1#154C19
2#1F7024
3#299430
4#32B83B
5#4BCE54
6#6FD876
7#93E198
8#B7EBBA
9#DBF5DD
Tones
Muted variations
1#0C270E
2#0E250F
3#0F2411
4#112212
5#122113
6#141F14
7#151E16
8#171C17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A7 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D97A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE54 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B039 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6420 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E3F7E4;
--black-200: #CBF1CD;
--black-300: #A3E6A7;
--black-400: #73D97A;
--black-500: #4BCE54;
--black-600: #30B039;
--black-700: #268C2D;
--black-800: #1B6420;
--black-900: #124015;
--black-950: #0B280D;
}