Black
#092A0F
GreenColor Codes
All color formats for development
HEX
#092A0FRGB
rgb(9, 42, 15)HSL
hsl(131, 65%, 10%)OKLCH
oklch(0.253 0.062 146.8)CMYK
cmyk(79%, 0%, 64%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08260E
2#07220C
3#061D0B
4#051909
5#041508
6#041106
7#030D05
8#020803
9#010402
Tints
Lighter variations
1#11501D
2#19762A
3#219C38
4#29C245
5#42D75D
6#68DF7D
7#8DE79E
8#B3EFBE
9#D9F7DF
Tones
Muted variations
1#0B2810
2#0C2711
3#0E2512
4#102313
5#112214
6#132015
7#151E16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE081 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B942 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9335 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF4;
--black-100: #E2F9E6;
--black-200: #C8F3D0;
--black-300: #9EEAAC;
--black-400: #6CE081;
--black-500: #42D75D;
--black-600: #27B942;
--black-700: #1F9335;
--black-800: #166926;
--black-900: #0E4318;
--black-950: #092A0F;
}