Black
#082B24
CyanColor Codes
All color formats for development
HEX
#082B24RGB
rgb(8, 43, 36)HSL
hsl(168, 69%, 10%)OKLCH
oklch(0.262 0.042 176.9)CMYK
cmyk(81%, 0%, 16%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072720
2#06221D
3#061E19
4#051A16
5#041612
6#03110E
7#020D0B
8#020907
9#010404
Tints
Lighter variations
1#0F5245
2#167965
3#1D9F85
4#24C6A6
5#3DDBBC
6#64E3C9
7#8BEAD7
8#B1F1E4
9#D8F8F2
Tones
Muted variations
1#0A2923
2#0B2822
3#0D2621
4#0F2420
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 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDD | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFB;
--black-100: #E1F9F5;
--black-200: #C7F5EC;
--black-300: #9CEDDD;
--black-400: #68E3CB;
--black-500: #3DDBBC;
--black-600: #23BE9F;
--black-700: #1C977E;
--black-800: #146C5A;
--black-900: #0D453A;
--black-950: #082B24;
}