Black
#06222D
BlueColor Codes
All color formats for development
HEX
#06222DRGB
rgb(6, 34, 45)HSL
hsl(197, 76%, 10%)OKLCH
oklch(0.237 0.039 227.8)CMYK
cmyk(87%, 24%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061F28
2#051B24
3#04181F
4#04141B
5#031116
6#020E12
7#020A0D
8#010709
9#010304
Tints
Lighter variations
1#0C4055
2#115F7E
3#177DA6
4#1C9CCE
5#35B2E3
6#5DC1E9
7#86D1EE
8#AEE0F4
9#D7F0F9
Tones
Muted variations
1#08212B
2#0A2029
3#0C1F27
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 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E9 #C5E9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D8 #98D8F1 | BordersInactive statesPlaceholder text |
| 400 | 62C3 #62C3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B2 #35B2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B95 #1B95C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1577 #15779D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F55 #0F5570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A36 #0A3648 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E0F3FB;
--black-200: #C5E9F7;
--black-300: #98D8F1;
--black-400: #62C3EA;
--black-500: #35B2E3;
--black-600: #1B95C5;
--black-700: #15779D;
--black-800: #0F5570;
--black-900: #0A3648;
--black-950: #06222D;
}