Black
#07282C
CyanColor Codes
All color formats for development
HEX
#07282CRGB
rgb(7, 40, 44)HSL
hsl(186, 73%, 10%)OKLCH
oklch(0.255 0.038 206.6)CMYK
cmyk(84%, 9%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062428
2#062023
3#051C1F
4#04181A
5#031416
6#031012
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0D4D54
2#13717C
3#1995A3
4#20BACB
5#38CFE0
6#60D9E6
7#88E2EC
8#B0ECF3
9#D7F5F9
Tones
Muted variations
1#09272A
2#0B2528
3#0C2427
4#0E2225
5#102123
6#121F21
7#141E1F
8#161C1D
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 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E0F8FA;
--black-200: #C6F1F6;
--black-300: #9AE7EF;
--black-400: #65DAE7;
--black-500: #38CFE0;
--black-600: #1EB2C2;
--black-700: #188D9A;
--black-800: #11656E;
--black-900: #0B4147;
--black-950: #07282C;
}