Black
#082B27
CyanColor Codes
All color formats for development
HEX
#082B27RGB
rgb(8, 43, 39)HSL
hsl(173, 69%, 10%)OKLCH
oklch(0.263 0.04 184.3)CMYK
cmyk(81%, 0%, 9%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072723
2#06221F
3#061E1B
4#051A17
5#041613
6#031110
7#020D0C
8#020908
9#010404
Tints
Lighter variations
1#0F524A
2#16796D
3#1D9F90
4#24C6B3
5#3DDBC9
6#64E3D4
7#8BEADF
8#B1F1E9
9#D8F8F4
Tones
Muted variations
1#0A2926
2#0B2824
3#0D2623
4#0F2422
5#112220
6#12211F
7#141F1E
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 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFB;
--black-100: #E1F9F7;
--black-200: #C7F5EF;
--black-300: #9CEDE3;
--black-400: #68E3D5;
--black-500: #3DDBC9;
--black-600: #23BEAC;
--black-700: #1C9788;
--black-800: #146C61;
--black-900: #0D453E;
--black-950: #082B27;
}