Black
#072C2A
CyanColor Codes
All color formats for development
HEX
#072C2ARGB
rgb(7, 44, 42)HSL
hsl(177, 73%, 10%)OKLCH
oklch(0.267 0.041 189.8)CMYK
cmyk(84%, 0%, 5%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062826
2#062322
3#051F1E
4#041A19
5#031615
6#031211
7#020D0D
8#010908
9#010404
Tints
Lighter variations
1#0D5450
2#137C76
3#19A39C
4#20CBC2
5#38E0D8
6#60E6E0
7#88ECE7
8#B0F3EF
9#D7F9F7
Tones
Muted variations
1#092A29
2#0B2827
3#0C2725
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 #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFC;
--black-100: #E0FAF9;
--black-200: #C6F6F4;
--black-300: #9AEFEB;
--black-400: #65E7E0;
--black-500: #38E0D8;
--black-600: #1EC2BA;
--black-700: #189A94;
--black-800: #116E6A;
--black-900: #0B4744;
--black-950: #072C2A;
}