Black
#082B26
CyanColor Codes
All color formats for development
HEX
#082B26RGB
rgb(8, 43, 38)HSL
hsl(171, 69%, 10%)OKLCH
oklch(0.263 0.04 181.8)CMYK
cmyk(81%, 0%, 12%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072722
2#06221E
3#061E1A
4#051A17
5#041613
6#03110F
7#020D0B
8#020908
9#010404
Tints
Lighter variations
1#0F5248
2#16796A
3#1D9F8C
4#24C6AE
5#3DDBC4
6#64E3D0
7#8BEADB
8#B1F1E7
9#D8F8F3
Tones
Muted variations
1#0A2925
2#0B2823
3#0D2622
4#0F2421
5#112220
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 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFB;
--black-100: #E1F9F6;
--black-200: #C7F5EE;
--black-300: #9CEDE1;
--black-400: #68E3D1;
--black-500: #3DDBC4;
--black-600: #23BEA6;
--black-700: #1C9784;
--black-800: #146C5F;
--black-900: #0D453D;
--black-950: #082B26;
}