Black
#072B2C
CyanColor Codes
All color formats for development
HEX
#072B2CRGB
rgb(7, 43, 44)HSL
hsl(182, 73%, 10%)OKLCH
oklch(0.265 0.04 197.7)CMYK
cmyk(84%, 2%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062728
2#062223
3#051E1F
4#041A1A
5#031516
6#031112
7#020D0D
8#010909
9#010404
Tints
Lighter variations
1#0D5154
2#13787C
3#199FA3
4#20C5CB
5#38DAE0
6#60E2E6
7#88E9EC
8#B0F0F3
9#D7F8F9
Tones
Muted variations
1#09292A
2#0B2728
3#0C2627
4#0E2425
5#102223
6#122021
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 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E3 #65E3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38DA #38DAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBD #1EBDC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1896 #18969A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116B #116B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B45 #0B4547 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFD;
--black-100: #E0F9FA;
--black-200: #C6F4F6;
--black-300: #9AECEF;
--black-400: #65E3E7;
--black-500: #38DAE0;
--black-600: #1EBDC2;
--black-700: #18969A;
--black-800: #116B6E;
--black-900: #0B4547;
--black-950: #072B2C;
}