Black
#0B280F
GreenColor Codes
All color formats for development
HEX
#0B280FRGB
rgb(11, 40, 15)HSL
hsl(128, 57%, 10%)OKLCH
oklch(0.247 0.058 146.2)CMYK
cmyk(73%, 0%, 62%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A240D
2#09200C
3#081C0A
4#071809
5#051407
6#041006
7#030C04
8#020803
9#010401
Tints
Lighter variations
1#154C1C
2#1F702A
3#299437
4#32B844
5#4BCE5C
6#6FD87D
7#93E19D
8#B7EBBE
9#DBF5DE
Tones
Muted variations
1#0C2710
2#0E2511
3#0F2412
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 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6AC | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D980 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE5C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B041 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6425 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124018 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E3F7E6;
--black-200: #CBF1D0;
--black-300: #A3E6AC;
--black-400: #73D980;
--black-500: #4BCE5C;
--black-600: #30B041;
--black-700: #268C34;
--black-800: #1B6425;
--black-900: #124018;
--black-950: #0B280F;
}