Black
#062D0B
GreenColor Codes
All color formats for development
HEX
#062D0BRGB
rgb(6, 45, 11)HSL
hsl(128, 76%, 10%)OKLCH
oklch(0.261 0.073 145.2)CMYK
cmyk(87%, 0%, 76%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280A
2#052409
3#041F08
4#041B07
5#031606
6#021205
7#020D03
8#010902
9#010401
Tints
Lighter variations
1#0C5515
2#117E20
3#17A62A
4#1CCE34
5#35E34C
6#5DE970
7#86EE94
8#AEF4B8
9#D7F9DB
Tones
Muted variations
1#082B0D
2#0A290E
3#0C2710
4#0E2511
5#102312
6#122114
7#141F15
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA74 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC532 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4812 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E0FBE3;
--black-200: #C5F7CB;
--black-300: #98F1A4;
--black-400: #62EA74;
--black-500: #35E34C;
--black-600: #1BC532;
--black-700: #159D28;
--black-800: #0F701C;
--black-900: #0A4812;
--black-950: #062D0B;
}