Black
#072A2C
CyanColor Codes
All color formats for development
HEX
#072A2CRGB
rgb(7, 42, 44)HSL
hsl(183, 73%, 10%)OKLCH
oklch(0.262 0.039 200.6)CMYK
cmyk(84%, 5%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062628
2#062223
3#051E1F
4#04191A
5#031516
6#031112
7#020D0D
8#010809
9#010404
Tints
Lighter variations
1#0D5054
2#13767C
3#199CA3
4#20C2CB
5#38D8E0
6#60E0E6
7#88E7EC
8#B0EFF3
9#D7F7F9
Tones
Muted variations
1#09292A
2#0B2728
3#0C2527
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 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E0F9FA;
--black-200: #C6F4F6;
--black-300: #9AEBEF;
--black-400: #65E0E7;
--black-500: #38D8E0;
--black-600: #1EBAC2;
--black-700: #18949A;
--black-800: #116A6E;
--black-900: #0B4447;
--black-950: #072A2C;
}