Black
#0A291C
GreenColor Codes
All color formats for development
HEX
#0A291CRGB
rgb(10, 41, 28)HSL
hsl(155, 61%, 10%)OKLCH
oklch(0.253 0.044 162.6)CMYK
cmyk(76%, 0%, 32%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092519
2#082116
3#071D14
4#061911
5#05150E
6#04100B
7#030C08
8#020806
9#010403
Tints
Lighter variations
1#134E35
2#1C734F
3#259868
4#2EBD81
5#46D298
6#6BDBAD
7#90E4C1
8#B5EDD6
9#DAF6EA
Tones
Muted variations
1#0C271C
2#0D261C
3#0F241B
4#10231B
5#12211B
6#13201B
7#151E1A
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF8;
--black-100: #E2F8EF;
--black-200: #CAF2E1;
--black-300: #A1E8CA;
--black-400: #6FDCAF;
--black-500: #46D298;
--black-600: #2CB57C;
--black-700: #239062;
--black-800: #196746;
--black-900: #10422D;
--black-950: #0A291C;
}