Black
#0A291F
GreenColor Codes
All color formats for development
HEX
#0A291FRGB
rgb(10, 41, 31)HSL
hsl(161, 61%, 10%)OKLCH
oklch(0.254 0.041 168.5)CMYK
cmyk(76%, 0%, 24%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251C
2#082119
3#071D16
4#061913
5#051510
6#04100C
7#030C09
8#020806
9#010403
Tints
Lighter variations
1#134E3B
2#1C7357
3#259873
4#2EBD90
5#46D2A6
6#6BDBB8
7#90E4CA
8#B5EDDB
9#DAF6ED
Tones
Muted variations
1#0C271F
2#0D261E
3#0F241D
4#10231D
5#12211C
6#13201C
7#151E1B
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF9;
--black-100: #E2F8F1;
--black-200: #CAF2E5;
--black-300: #A1E8D1;
--black-400: #6FDCBA;
--black-500: #46D2A6;
--black-600: #2CB589;
--black-700: #23906D;
--black-800: #19674E;
--black-900: #104232;
--black-950: #0A291F;
}