Black
#082A2B
CyanColor Codes
All color formats for development
HEX
#082A2BRGB
rgb(8, 42, 43)HSL
hsl(182, 69%, 10%)OKLCH
oklch(0.262 0.038 197.9)CMYK
cmyk(81%, 2%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072627
2#062222
3#061D1E
4#05191A
5#041516
6#031111
7#020D0D
8#020809
9#010404
Tints
Lighter variations
1#0F5052
2#167579
3#1D9B9F
4#24C1C6
5#3DD6DB
6#64DEE3
7#8BE6EA
8#B1EFF1
9#D8F7F8
Tones
Muted variations
1#0A2829
2#0B2728
3#0D2526
4#0F2324
5#112222
6#122021
7#141E1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E1F9F9;
--black-200: #C7F3F5;
--black-300: #9CEAED;
--black-400: #68DFE3;
--black-500: #3DD6DB;
--black-600: #23B8BE;
--black-700: #1C9397;
--black-800: #14696C;
--black-900: #0D4345;
--black-950: #082A2B;
}