Black
#092A10
GreenColor Codes
All color formats for development
HEX
#092A10RGB
rgb(9, 42, 16)HSL
hsl(133, 65%, 10%)OKLCH
oklch(0.253 0.061 147.6)CMYK
cmyk(79%, 0%, 62%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08260E
2#07220D
3#061D0B
4#05190A
5#041508
6#041106
7#030D05
8#020803
9#010402
Tints
Lighter variations
1#11501F
2#19762D
3#219C3C
4#29C24A
5#42D762
6#68DF81
7#8DE7A1
8#B3EFC0
9#D9F7E0
Tones
Muted variations
1#0B2811
2#0C2712
3#0E2513
4#102314
5#112215
6#132016
7#151E17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE085 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D762 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9338 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166928 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCF5;
--black-100: #E2F9E7;
--black-200: #C8F3D2;
--black-300: #9EEAAF;
--black-400: #6CE085;
--black-500: #42D762;
--black-600: #27B947;
--black-700: #1F9338;
--black-800: #166928;
--black-900: #0E431A;
--black-950: #092A10;
}