Black
#07202C
BlueColor Codes
All color formats for development
HEX
#07202CRGB
rgb(7, 32, 44)HSL
hsl(199, 73%, 10%)OKLCH
oklch(0.231 0.038 232.5)CMYK
cmyk(84%, 27%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061D28
2#061A23
3#05171F
4#04131A
5#031016
6#030D12
7#020A0D
8#010609
9#010304
Tints
Lighter variations
1#0D3D54
2#135B7C
3#1978A3
4#2095CB
5#38ABE0
6#60BCE6
7#88CDEC
8#B0DDF3
9#D7EEF9
Tones
Muted variations
1#09202A
2#0B1F28
3#0C1E27
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 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD4 #9AD4EF | BordersInactive statesPlaceholder text |
| 400 | 65BE #65BEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AB #38ABE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8E #1E8EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1871 #18719A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1151 #11516E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B34 #0B3447 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FD;
--black-100: #E0F2FA;
--black-200: #C6E7F6;
--black-300: #9AD4EF;
--black-400: #65BEE7;
--black-500: #38ABE0;
--black-600: #1E8EC2;
--black-700: #18719A;
--black-800: #11516E;
--black-900: #0B3447;
--black-950: #07202C;
}