Black
#062D1D
GreenColor Codes
All color formats for development
HEX
#062D1DRGB
rgb(6, 45, 29)HSL
hsl(155, 76%, 10%)OKLCH
oklch(0.265 0.053 161.5)CMYK
cmyk(87%, 0%, 36%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281A
2#052417
3#041F14
4#041B11
5#03160E
6#02120B
7#020D09
8#010906
9#010403
Tints
Lighter variations
1#0C5537
2#117E50
3#17A66A
4#1CCE84
5#35E39B
6#5DE9AF
7#86EEC3
8#AEF4D7
9#D7F9EB
Tones
Muted variations
1#082B1C
2#0A291C
3#0C271C
4#0E251B
5#10231B
6#12211B
7#141F1A
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF8;
--black-100: #E0FBEF;
--black-200: #C5F7E2;
--black-300: #98F1CC;
--black-400: #62EAB1;
--black-500: #35E39B;
--black-600: #1BC57E;
--black-700: #159D65;
--black-800: #0F7048;
--black-900: #0A482E;
--black-950: #062D1D;
}