Black
#062D09
GreenColor Codes
All color formats for development
HEX
#062D09RGB
rgb(6, 45, 9)HSL
hsl(125, 76%, 10%)OKLCH
oklch(0.261 0.075 144.3)CMYK
cmyk(87%, 0%, 80%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062808
2#052407
3#041F07
4#041B06
5#031605
6#021204
7#020D03
8#010902
9#010401
Tints
Lighter variations
1#0C5512
2#117E1A
3#17A623
4#1CCE2B
5#35E344
6#5DE969
7#86EE8F
8#AEF4B4
9#D7F9DA
Tones
Muted variations
1#082B0B
2#0A290D
3#0C270E
4#0E2510
5#102311
6#122113
7#141F15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19F | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E344 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC529 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7017 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E0FBE2;
--black-200: #C5F7C9;
--black-300: #98F19F;
--black-400: #62EA6D;
--black-500: #35E344;
--black-600: #1BC529;
--black-700: #159D21;
--black-800: #0F7017;
--black-900: #0A480F;
--black-950: #062D09;
}