Black
#062D1B
GreenColor Codes
All color formats for development
HEX
#062D1BRGB
rgb(6, 45, 27)HSL
hsl(152, 76%, 10%)OKLCH
oklch(0.265 0.055 158.8)CMYK
cmyk(87%, 0%, 40%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062818
2#052415
3#041F13
4#041B10
5#03160D
6#02120B
7#020D08
8#010905
9#010403
Tints
Lighter variations
1#0C5533
2#117E4B
3#17A663
4#1CCE7B
5#35E392
6#5DE9A8
7#86EEBE
8#AEF4D3
9#D7F9E9
Tones
Muted variations
1#082B1B
2#0A291B
3#0C271A
4#0E251A
5#10231A
6#12211A
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 #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E392 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7043 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF8;
--black-100: #E0FBEE;
--black-200: #C5F7E0;
--black-300: #98F1C7;
--black-400: #62EAAA;
--black-500: #35E392;
--black-600: #1BC576;
--black-700: #159D5E;
--black-800: #0F7043;
--black-900: #0A482B;
--black-950: #062D1B;
}