Black
#0C1827
BlueColor Codes
All color formats for development
HEX
#0C1827RGB
rgb(12, 24, 39)HSL
hsl(213, 53%, 10%)OKLCH
oklch(0.206 0.035 254.6)CMYK
cmyk(69%, 38%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1623
2#0A131F
3#08111B
4#070E17
5#060C14
6#050A10
7#04070C
8#020508
9#010204
Tints
Lighter variations
1#172E4A
2#22446D
3#2C5990
4#376FB3
5#4F86C9
6#739ED4
7#96B7DF
8#B9CFE9
9#DCE7F4
Tones
Muted variations
1#0D1826
2#0F1824
3#101923
4#111922
5#131920
6#14191F
7#15191E
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E3 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F86 #4F86C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356A #356AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A55 #2A5589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3C #1E3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F7FB;
--black-100: #E4ECF7;
--black-200: #CCDCEF;
--black-300: #A5C1E3;
--black-400: #76A1D5;
--black-500: #4F86C9;
--black-600: #356AAC;
--black-700: #2A5589;
--black-800: #1E3C62;
--black-900: #13273E;
--black-950: #0C1827;
}