Black
#082B28
CyanColor Codes
All color formats for development
HEX
#082B28RGB
rgb(8, 43, 40)HSL
hsl(175, 69%, 10%)OKLCH
oklch(0.263 0.04 186.9)CMYK
cmyk(81%, 0%, 7%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072724
2#062220
3#061E1C
4#051A18
5#041614
6#031110
7#020D0C
8#020908
9#010404
Tints
Lighter variations
1#0F524C
2#167970
3#1D9F95
4#24C6B9
5#3DDBCE
6#64E3D8
7#8BEAE2
8#B1F1EB
9#D8F8F5
Tones
Muted variations
1#0A2927
2#0B2825
3#0D2624
4#0F2422
5#112221
6#12211F
7#141F1E
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFC;
--black-100: #E1F9F7;
--black-200: #C7F5F1;
--black-300: #9CEDE6;
--black-400: #68E3D9;
--black-500: #3DDBCE;
--black-600: #23BEB1;
--black-700: #1C978D;
--black-800: #146C64;
--black-900: #0D4540;
--black-950: #082B28;
}