Black
#082B2B
CyanColor Codes
All color formats for development
HEX
#082B2BRGB
rgb(8, 43, 43)HSL
hsl(180, 69%, 10%)OKLCH
oklch(0.265 0.039 195.1)CMYK
cmyk(81%, 0%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072727
2#062222
3#061E1E
4#051A1A
5#041616
6#031111
7#020D0D
8#020909
9#010404
Tints
Lighter variations
1#0F5252
2#167979
3#1D9F9F
4#24C6C6
5#3DDBDB
6#64E3E3
7#8BEAEA
8#B1F1F1
9#D8F8F8
Tones
Muted variations
1#0A2929
2#0B2828
3#0D2626
4#0F2424
5#112222
6#122121
7#141F1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFD;
--black-100: #E1F9F9;
--black-200: #C7F5F5;
--black-300: #9CEDED;
--black-400: #68E3E3;
--black-500: #3DDBDB;
--black-600: #23BEBE;
--black-700: #1C9797;
--black-800: #146C6C;
--black-900: #0D4545;
--black-950: #082B2B;
}