Black
#082B22
CyanColor Codes
All color formats for development
HEX
#082B22RGB
rgb(8, 43, 34)HSL
hsl(165, 69%, 10%)OKLCH
oklch(0.261 0.043 172.4)CMYK
cmyk(81%, 0%, 21%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07271F
2#06221B
3#061E18
4#051A15
5#041611
6#03110E
7#020D0A
8#020907
9#010403
Tints
Lighter variations
1#0F5241
2#167960
3#1D9F7F
4#24C69E
5#3DDBB4
6#64E3C3
7#8BEAD2
8#B1F1E1
9#D8F8F0
Tones
Muted variations
1#0A2921
2#0B2821
3#0D2620
4#0F241F
5#11221E
6#12211D
7#141F1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4537 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E1F9F3;
--black-200: #C7F5E9;
--black-300: #9CEDD9;
--black-400: #68E3C5;
--black-500: #3DDBB4;
--black-600: #23BE97;
--black-700: #1C9778;
--black-800: #146C56;
--black-900: #0D4537;
--black-950: #082B22;
}