Black
#0B2814
GreenColor Codes
All color formats for development
HEX
#0B2814RGB
rgb(11, 40, 20)HSL
hsl(139, 57%, 10%)OKLCH
oklch(0.248 0.051 151.1)CMYK
cmyk(73%, 0%, 50%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2412
2#092010
3#081C0E
4#07180C
5#05140A
6#041008
7#030C06
8#020804
9#010402
Tints
Lighter variations
1#154C26
2#1F7038
3#29944B
4#32B85D
5#4BCE74
6#6FD890
7#93E1AC
8#B7EBC8
9#DBF5E3
Tones
Muted variations
1#0C2715
2#0E2515
3#0F2416
4#112216
5#122117
6#141F17
7#151E18
8#171C18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D993 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B059 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6432 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF6;
--black-100: #E3F7E9;
--black-200: #CBF1D7;
--black-300: #A3E6B8;
--black-400: #73D993;
--black-500: #4BCE74;
--black-600: #30B059;
--black-700: #268C47;
--black-800: #1B6432;
--black-900: #124020;
--black-950: #0B2814;
}