Black
#082B29
CyanColor Codes
All color formats for development
HEX
#082B29RGB
rgb(8, 43, 41)HSL
hsl(177, 69%, 10%)OKLCH
oklch(0.264 0.039 189.6)CMYK
cmyk(81%, 0%, 5%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072725
2#062221
3#061E1D
4#051A19
5#041615
6#031111
7#020D0C
8#020908
9#010404
Tints
Lighter variations
1#0F524F
2#167974
3#1D9F99
4#24C6BE
5#3DDBD4
6#64E3DC
7#8BEAE5
8#B1F1EE
9#D8F8F6
Tones
Muted variations
1#0A2928
2#0B2826
3#0D2625
4#0F2423
5#112221
6#122120
7#141F1E
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFC;
--black-100: #E1F9F8;
--black-200: #C7F5F2;
--black-300: #9CEDE9;
--black-400: #68E3DD;
--black-500: #3DDBD4;
--black-600: #23BEB6;
--black-700: #1C9791;
--black-800: #146C67;
--black-900: #0D4542;
--black-950: #082B29;
}