Black
#082B25
CyanColor Codes
All color formats for development
HEX
#082B25RGB
rgb(8, 43, 37)HSL
hsl(170, 69%, 10%)OKLCH
oklch(0.262 0.041 179.3)CMYK
cmyk(81%, 0%, 14%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072722
2#06221E
3#061E1A
4#051A16
5#041613
6#03110F
7#020D0B
8#020907
9#010404
Tints
Lighter variations
1#0F5247
2#167968
3#1D9F8A
4#24C6AB
5#3DDBC1
6#64E3CD
7#8BEADA
8#B1F1E6
9#D8F8F3
Tones
Muted variations
1#0A2924
2#0B2823
3#0D2622
4#0F2421
5#11221F
6#12211E
7#141F1D
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFB;
--black-100: #E1F9F5;
--black-200: #C7F5ED;
--black-300: #9CEDDF;
--black-400: #68E3CF;
--black-500: #3DDBC1;
--black-600: #23BEA4;
--black-700: #1C9782;
--black-800: #146C5D;
--black-900: #0D453C;
--black-950: #082B25;
}