Black
#0A291A
GreenColor Codes
All color formats for development
HEX
#0A291ARGB
rgb(10, 41, 26)HSL
hsl(151, 61%, 10%)OKLCH
oklch(0.253 0.047 159.1)CMYK
cmyk(76%, 0%, 37%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092517
2#082115
3#071D12
4#061910
5#05150D
6#04100A
7#030C08
8#020805
9#010403
Tints
Lighter variations
1#134E31
2#1C7349
3#259860
4#2EBD78
5#46D28F
6#6BDBA5
7#90E4BC
8#B5EDD2
9#DAF6E9
Tones
Muted variations
1#0C271A
2#0D261A
3#0F241A
4#10231A
5#12211A
6#13201A
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 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB572 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196741 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF8;
--black-100: #E2F8EE;
--black-200: #CAF2DF;
--black-300: #A1E8C6;
--black-400: #6FDCA8;
--black-500: #46D28F;
--black-600: #2CB572;
--black-700: #23905B;
--black-800: #196741;
--black-900: #10422A;
--black-950: #0A291A;
}