Black
#0A290A
GreenColor Codes
All color formats for development
HEX
#0A290ARGB
rgb(10, 41, 10)HSL
hsl(120, 61%, 10%)OKLCH
oklch(0.249 0.065 143.3)CMYK
cmyk(76%, 0%, 76%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092509
2#082108
3#071D07
4#061906
5#051505
6#041004
7#030C03
8#020802
9#010401
Tints
Lighter variations
1#134E13
2#1C731C
3#259825
4#2EBD2E
5#46D246
6#6BDB6B
7#90E490
8#B5EDB5
9#DAF6DA
Tones
Muted variations
1#0C270C
2#0D260D
3#0F240F
4#102310
5#122112
6#132013
7#151E15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC6F | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D246 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196719 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104210 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF3;
--black-100: #E2F8E2;
--black-200: #CAF2CA;
--black-300: #A1E8A1;
--black-400: #6FDC6F;
--black-500: #46D246;
--black-600: #2CB52C;
--black-700: #239023;
--black-800: #196719;
--black-900: #104210;
--black-950: #0A290A;
}