Black
#062D21
GreenColor Codes
All color formats for development
HEX
#062D21RGB
rgb(6, 45, 33)HSL
hsl(162, 76%, 10%)OKLCH
oklch(0.267 0.048 168)CMYK
cmyk(87%, 0%, 27%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281E
2#05241B
3#041F17
4#041B14
5#031611
6#02120D
7#020D0A
8#010907
9#010403
Tints
Lighter variations
1#0C553F
2#117E5D
3#17A67B
4#1CCE99
5#35E3AF
6#5DE9BF
7#86EECF
8#AEF4DF
9#D7F9EF
Tones
Muted variations
1#082B20
2#0A2920
3#0C271F
4#0E251E
5#10231D
6#12211D
7#141F1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E0FBF3;
--black-200: #C5F7E8;
--black-300: #98F1D6;
--black-400: #62EAC1;
--black-500: #35E3AF;
--black-600: #1BC592;
--black-700: #159D74;
--black-800: #0F7053;
--black-900: #0A4835;
--black-950: #062D21;
}