Black
#082B23
CyanColor Codes
All color formats for development
HEX
#082B23RGB
rgb(8, 43, 35)HSL
hsl(166, 69%, 10%)OKLCH
oklch(0.262 0.042 174.6)CMYK
cmyk(81%, 0%, 19%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07271F
2#06221C
3#061E18
4#051A15
5#041611
6#03110E
7#020D0A
8#020907
9#010403
Tints
Lighter variations
1#0F5242
2#167962
3#1D9F81
4#24C6A0
5#3DDBB6
6#64E3C5
7#8BEAD3
8#B1F1E2
9#D8F8F0
Tones
Muted variations
1#0A2922
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 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E1F9F4;
--black-200: #C7F5EA;
--black-300: #9CEDDA;
--black-400: #68E3C7;
--black-500: #3DDBB6;
--black-600: #23BE99;
--black-700: #1C977A;
--black-800: #146C57;
--black-900: #0D4538;
--black-950: #082B23;
}