Black
#072C23
CyanColor Codes
All color formats for development
HEX
#072C23RGB
rgb(7, 44, 35)HSL
hsl(165, 73%, 10%)OKLCH
oklch(0.264 0.045 173.1)CMYK
cmyk(84%, 0%, 20%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281F
2#06231C
3#051F18
4#041A15
5#031611
6#03120E
7#020D0A
8#010907
9#010403
Tints
Lighter variations
1#0D5442
2#137C61
3#19A381
4#20CBA0
5#38E0B6
6#60E6C5
7#88ECD3
8#B0F3E2
9#D7F9F0
Tones
Muted variations
1#092A22
2#0B2821
3#0C2720
4#0E251F
5#10231E
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 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4738 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E0FAF4;
--black-200: #C6F6EA;
--black-300: #9AEFDA;
--black-400: #65E7C6;
--black-500: #38E0B6;
--black-600: #1EC299;
--black-700: #189A7A;
--black-800: #116E57;
--black-900: #0B4738;
--black-950: #072C23;
}