Black
#0A2914
GreenColor Codes
All color formats for development
HEX
#0A2914RGB
rgb(10, 41, 20)HSL
hsl(139, 61%, 10%)OKLCH
oklch(0.251 0.054 151.1)CMYK
cmyk(76%, 0%, 51%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092512
2#082110
3#071D0E
4#06190C
5#05150A
6#041008
7#030C06
8#020804
9#010402
Tints
Lighter variations
1#134E26
2#1C7337
3#259849
4#2EBD5B
5#46D273
6#6BDB8F
7#90E4AB
8#B5EDC7
9#DAF6E3
Tones
Muted variations
1#0C2714
2#0D2615
3#0F2416
4#102316
5#122117
6#132017
7#151E18
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC92 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D273 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB557 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239045 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104220 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF6;
--black-100: #E2F8E9;
--black-200: #CAF2D6;
--black-300: #A1E8B7;
--black-400: #6FDC92;
--black-500: #46D273;
--black-600: #2CB557;
--black-700: #239045;
--black-800: #196731;
--black-900: #104220;
--black-950: #0A2914;
}