Black
#062D1F
GreenColor Codes
All color formats for development
HEX
#062D1FRGB
rgb(6, 45, 31)HSL
hsl(158, 76%, 10%)OKLCH
oklch(0.266 0.05 164.6)CMYK
cmyk(87%, 0%, 31%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281C
2#052419
3#041F15
4#041B12
5#03160F
6#02120C
7#020D09
8#010906
9#010403
Tints
Lighter variations
1#0C553A
2#117E56
3#17A671
4#1CCE8D
5#35E3A4
6#5DE9B6
7#86EEC8
8#AEF4DA
9#D7F9ED
Tones
Muted variations
1#082B1E
2#0A291E
3#0C271D
4#0E251D
5#10231C
6#12211C
7#141F1B
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4831 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF9;
--black-100: #E0FBF1;
--black-200: #C5F7E5;
--black-300: #98F1D0;
--black-400: #62EAB8;
--black-500: #35E3A4;
--black-600: #1BC587;
--black-700: #159D6B;
--black-800: #0F704D;
--black-900: #0A4831;
--black-950: #062D1F;
}