Black
#062D1E
GreenColor Codes
All color formats for development
HEX
#062D1ERGB
rgb(6, 45, 30)HSL
hsl(157, 76%, 10%)OKLCH
oklch(0.266 0.052 163)CMYK
cmyk(87%, 0%, 33%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281B
2#052418
3#041F15
4#041B12
5#03160F
6#02120C
7#020D09
8#010906
9#010403
Tints
Lighter variations
1#0C5539
2#117E54
3#17A66F
4#1CCE8A
5#35E3A1
6#5DE9B3
7#86EEC6
8#AEF4D9
9#D7F9EC
Tones
Muted variations
1#082B1E
2#0A291D
3#0C271D
4#0E251C
5#10231C
6#12211B
7#141F1B
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4830 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF9;
--black-100: #E0FBF0;
--black-200: #C5F7E4;
--black-300: #98F1CF;
--black-400: #62EAB6;
--black-500: #35E3A1;
--black-600: #1BC584;
--black-700: #159D69;
--black-800: #0F704B;
--black-900: #0A4830;
--black-950: #062D1E;
}