Black
#062D1C
GreenColor Codes
All color formats for development
HEX
#062D1CRGB
rgb(6, 45, 28)HSL
hsl(154, 76%, 10%)OKLCH
oklch(0.265 0.054 160.1)CMYK
cmyk(87%, 0%, 38%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062819
2#052416
3#041F14
4#041B11
5#03160E
6#02120B
7#020D08
8#010906
9#010403
Tints
Lighter variations
1#0C5535
2#117E4F
3#17A668
4#1CCE81
5#35E398
6#5DE9AD
7#86EEC1
8#AEF4D6
9#D7F9EA
Tones
Muted variations
1#082B1C
2#0A291C
3#0C271B
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 #C5F7E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAF | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF8;
--black-100: #E0FBEF;
--black-200: #C5F7E1;
--black-300: #98F1CA;
--black-400: #62EAAF;
--black-500: #35E398;
--black-600: #1BC57C;
--black-700: #159D62;
--black-800: #0F7046;
--black-900: #0A482D;
--black-950: #062D1C;
}