Black
#072C28
CyanColor Codes
All color formats for development
HEX
#072C28RGB
rgb(7, 44, 40)HSL
hsl(174, 73%, 10%)OKLCH
oklch(0.266 0.041 184.7)CMYK
cmyk(84%, 0%, 9%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062824
2#062320
3#051F1C
4#041A18
5#031614
6#031210
7#020D0C
8#010908
9#010404
Tints
Lighter variations
1#0D544D
2#137C71
3#19A395
4#20CBBA
5#38E0CF
6#60E6D9
7#88ECE2
8#B0F3EC
9#D7F9F5
Tones
Muted variations
1#092A27
2#0B2825
3#0C2724
4#0E2522
5#102321
6#12211F
7#141F1E
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFC;
--black-100: #E0FAF8;
--black-200: #C6F6F1;
--black-300: #9AEFE7;
--black-400: #65E7DA;
--black-500: #38E0CF;
--black-600: #1EC2B2;
--black-700: #189A8D;
--black-800: #116E65;
--black-900: #0B4741;
--black-950: #072C28;
}