Black
#0C1627
BlueColor Codes
All color formats for development
HEX
#0C1627RGB
rgb(12, 22, 39)HSL
hsl(218, 53%, 10%)OKLCH
oklch(0.2 0.037 260.5)CMYK
cmyk(69%, 44%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1423
2#0A121F
3#080F1B
4#070D17
5#060B14
6#050910
7#04070C
8#020408
9#010204
Tints
Lighter variations
1#172A4A
2#223D6D
3#2C5190
4#3765B3
5#4F7CC9
6#7396D4
7#96B0DF
8#B9CBE9
9#DCE5F4
Tones
Muted variations
1#0D1626
2#0F1724
3#101723
4#111722
5#131820
6#14181F
7#15181E
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7C #4F7CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3560 #3560AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4D #2A4D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E37 #1E3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F6FB;
--black-100: #E4EBF7;
--black-200: #CCD9EF;
--black-300: #A5BCE3;
--black-400: #7699D5;
--black-500: #4F7CC9;
--black-600: #3560AC;
--black-700: #2A4D89;
--black-800: #1E3762;
--black-900: #13233E;
--black-950: #0C1627;
}