Black
#06212D
BlueColor Codes
All color formats for development
HEX
#06212DRGB
rgb(6, 33, 45)HSL
hsl(198, 76%, 10%)OKLCH
oklch(0.234 0.04 230.8)CMYK
cmyk(87%, 27%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061E28
2#051B24
3#04171F
4#04141B
5#031116
6#020D12
7#020A0D
8#010709
9#010304
Tints
Lighter variations
1#0C3F55
2#115D7E
3#177BA6
4#1C99CE
5#35AFE3
6#5DBFE9
7#86CFEE
8#AEDFF4
9#D7EFF9
Tones
Muted variations
1#08202B
2#0A2029
3#0C1F27
4#0E1E25
5#101D23
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 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E0F3FB;
--black-200: #C5E8F7;
--black-300: #98D6F1;
--black-400: #62C1EA;
--black-500: #35AFE3;
--black-600: #1B92C5;
--black-700: #15749D;
--black-800: #0F5370;
--black-900: #0A3548;
--black-950: #06212D;
}