Black
#0A291E
GreenColor Codes
All color formats for development
HEX
#0A291ERGB
rgb(10, 41, 30)HSL
hsl(159, 61%, 10%)OKLCH
oklch(0.254 0.042 166.4)CMYK
cmyk(76%, 0%, 27%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251B
2#082118
3#071D15
4#061912
5#05150F
6#04100C
7#030C09
8#020806
9#010403
Tints
Lighter variations
1#134E39
2#1C7354
3#259870
4#2EBD8B
5#46D2A1
6#6BDBB4
7#90E4C7
8#B5EDD9
9#DAF6EC
Tones
Muted variations
1#0C271E
2#0D261D
3#0F241D
4#10231C
5#12211C
6#13201B
7#151E1B
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104230 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF9;
--black-100: #E2F8F0;
--black-200: #CAF2E4;
--black-300: #A1E8CF;
--black-400: #6FDCB6;
--black-500: #46D2A1;
--black-600: #2CB585;
--black-700: #23906A;
--black-800: #19674B;
--black-900: #104230;
--black-950: #0A291E;
}