Black
#0A2919
GreenColor Codes
All color formats for development
HEX
#0A2919RGB
rgb(10, 41, 25)HSL
hsl(149, 61%, 10%)OKLCH
oklch(0.253 0.048 157.6)CMYK
cmyk(76%, 0%, 39%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092516
2#082114
3#071D11
4#06190F
5#05150C
6#04100A
7#030C07
8#020805
9#010402
Tints
Lighter variations
1#134E2F
2#1C7346
3#25985C
4#2EBD73
5#46D28A
6#6BDBA1
7#90E4B9
8#B5EDD0
9#DAF6E8
Tones
Muted variations
1#0C2719
2#0D2619
3#0F2419
4#102319
5#122119
6#132019
7#151E19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239057 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104228 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF7;
--black-100: #E2F8ED;
--black-200: #CAF2DD;
--black-300: #A1E8C3;
--black-400: #6FDCA4;
--black-500: #46D28A;
--black-600: #2CB56E;
--black-700: #239057;
--black-800: #19673E;
--black-900: #104228;
--black-950: #0A2919;
}