Black
#0B280E
GreenColor Codes
All color formats for development
HEX
#0B280ERGB
rgb(11, 40, 14)HSL
hsl(126, 57%, 10%)OKLCH
oklch(0.247 0.059 145.4)CMYK
cmyk(73%, 0%, 65%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A240C
2#09200B
3#081C0A
4#071808
5#051407
6#041006
7#030C04
8#020803
9#010401
Tints
Lighter variations
1#154C1A
2#1F7027
3#299433
4#32B840
5#4BCE58
6#6FD879
7#93E19B
8#B7EBBC
9#DBF5DE
Tones
Muted variations
1#0C270F
2#0E2510
3#0F2411
4#112213
5#122114
6#141F15
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 #E3F7E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6AA | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D97D | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE58 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B03D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6423 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E3F7E5;
--black-200: #CBF1CF;
--black-300: #A3E6AA;
--black-400: #73D97D;
--black-500: #4BCE58;
--black-600: #30B03D;
--black-700: #268C31;
--black-800: #1B6423;
--black-900: #124016;
--black-950: #0B280E;
}