Black
#07212C
BlueColor Codes
All color formats for development
HEX
#07212CRGB
rgb(7, 33, 44)HSL
hsl(198, 73%, 10%)OKLCH
oklch(0.234 0.038 229.4)CMYK
cmyk(84%, 25%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061E28
2#061A23
3#05171F
4#04141A
5#031016
6#030D12
7#020A0D
8#010709
9#010304
Tints
Lighter variations
1#0D3F54
2#135C7C
3#197AA3
4#2098CB
5#38AEE0
6#60BEE6
7#88CEEC
8#B0DFF3
9#D7EFF9
Tones
Muted variations
1#09202A
2#0B1F28
3#0C1F27
4#0E1E25
5#101D23
6#121C21
7#141C1F
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65C0 #65C0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AE #38AEE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E91 #1E91C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1873 #18739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1152 #11526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3547 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E0F2FA;
--black-200: #C6E8F6;
--black-300: #9AD5EF;
--black-400: #65C0E7;
--black-500: #38AEE0;
--black-600: #1E91C2;
--black-700: #18739A;
--black-800: #11526E;
--black-900: #0B3547;
--black-950: #07212C;
}