Black
#0A2920
GreenColor Codes
All color formats for development
HEX
#0A2920RGB
rgb(10, 41, 32)HSL
hsl(163, 61%, 10%)OKLCH
oklch(0.255 0.04 170.7)CMYK
cmyk(76%, 0%, 22%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251D
2#08211A
3#071D17
4#061913
5#051510
6#04100D
7#030C0A
8#020806
9#010403
Tints
Lighter variations
1#134E3D
2#1C735A
3#259877
4#2EBD94
5#46D2AB
6#6BDBBB
7#90E4CC
8#B5EDDD
9#DAF6EE
Tones
Muted variations
1#0C2720
2#0D261F
3#0F241E
4#10231E
5#12211D
6#13201C
7#151E1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF9;
--black-100: #E2F8F2;
--black-200: #CAF2E7;
--black-300: #A1E8D4;
--black-400: #6FDCBD;
--black-500: #46D2AB;
--black-600: #2CB58E;
--black-700: #239071;
--black-800: #196751;
--black-900: #104234;
--black-950: #0A2920;
}