Black
#07292C
CyanColor Codes
All color formats for development
HEX
#07292CRGB
rgb(7, 41, 44)HSL
hsl(185, 73%, 10%)OKLCH
oklch(0.259 0.038 203.5)CMYK
cmyk(84%, 7%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062528
2#062123
3#051D1F
4#04191A
5#031516
6#031012
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0D4E54
2#13737C
3#1998A3
4#20BDCB
5#38D2E0
6#60DBE6
7#88E4EC
8#B0EDF3
9#D7F6F9
Tones
Muted variations
1#09272A
2#0B2628
3#0C2427
4#0E2325
5#102123
6#122021
7#141E1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E0F8FA;
--black-200: #C6F2F6;
--black-300: #9AE8EF;
--black-400: #65DCE7;
--black-500: #38D2E0;
--black-600: #1EB4C2;
--black-700: #18909A;
--black-800: #11676E;
--black-900: #0B4247;
--black-950: #07292C;
}