Black
#072C2B
CyanColor Codes
All color formats for development
HEX
#072C2BRGB
rgb(7, 44, 43)HSL
hsl(178, 73%, 10%)OKLCH
oklch(0.268 0.041 192.4)CMYK
cmyk(84%, 0%, 2%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062827
2#062322
3#051F1E
4#041A1A
5#031615
6#031211
7#020D0D
8#010909
9#010404
Tints
Lighter variations
1#0D5451
2#137C78
3#19A39F
4#20CBC5
5#38E0DA
6#60E6E2
7#88ECE9
8#B0F3F0
9#D7F9F8
Tones
Muted variations
1#092A29
2#0B2827
3#0C2726
4#0E2524
5#102322
6#122120
7#141F1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFD;
--black-100: #E0FAF9;
--black-200: #C6F6F4;
--black-300: #9AEFEC;
--black-400: #65E7E3;
--black-500: #38E0DA;
--black-600: #1EC2BD;
--black-700: #189A96;
--black-800: #116E6B;
--black-900: #0B4745;
--black-950: #072C2B;
}