Black
#07222C
BlueColor Codes
All color formats for development
HEX
#07222CRGB
rgb(7, 34, 44)HSL
hsl(196, 73%, 10%)OKLCH
oklch(0.237 0.037 226.1)CMYK
cmyk(84%, 23%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061F28
2#061B23
3#05181F
4#04151A
5#031116
6#030E12
7#020A0D
8#010709
9#010304
Tints
Lighter variations
1#0D4154
2#13607C
3#197EA3
4#209DCB
5#38B3E0
6#60C2E6
7#88D2EC
8#B0E1F3
9#D7F0F9
Tones
Muted variations
1#09212A
2#0B2028
3#0C2027
4#0E1F25
5#101E23
6#121D21
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 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E9 #C6E9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD8 #9AD8EF | BordersInactive statesPlaceholder text |
| 400 | 65C4 #65C4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B3 #38B3E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E96 #1E96C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1878 #18789A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1155 #11556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3747 | Primary textHigh emphasis contentDark headings |
| 950 | 0722 #07222C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E0F3FA;
--black-200: #C6E9F6;
--black-300: #9AD8EF;
--black-400: #65C4E7;
--black-500: #38B3E0;
--black-600: #1E96C2;
--black-700: #18789A;
--black-800: #11556E;
--black-900: #0B3747;
--black-950: #07222C;
}