Black
#0A291D
GreenColor Codes
All color formats for development
HEX
#0A291DRGB
rgb(10, 41, 29)HSL
hsl(157, 61%, 10%)OKLCH
oklch(0.254 0.043 164.4)CMYK
cmyk(76%, 0%, 29%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251A
2#082117
3#071D14
4#061911
5#05150F
6#04100C
7#030C09
8#020806
9#010403
Tints
Lighter variations
1#134E37
2#1C7352
3#25986C
4#2EBD86
5#46D29D
6#6BDBB0
7#90E4C4
8#B5EDD8
9#DAF6EB
Tones
Muted variations
1#0C271D
2#0D261C
3#0F241C
4#10231C
5#12211B
6#13201B
7#151E1B
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 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF8;
--black-100: #E2F8F0;
--black-200: #CAF2E3;
--black-300: #A1E8CD;
--black-400: #6FDCB2;
--black-500: #46D29D;
--black-600: #2CB580;
--black-700: #239066;
--black-800: #196749;
--black-900: #10422F;
--black-950: #0A291D;
}