Black
#0C1F27
BlueColor Codes
All color formats for development
HEX
#0C1F27RGB
rgb(12, 31, 39)HSL
hsl(198, 53%, 10%)OKLCH
oklch(0.227 0.029 227.6)CMYK
cmyk(69%, 21%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1C23
2#0A191F
3#08161B
4#071317
5#060F14
6#050C10
7#04090C
8#020608
9#010304
Tints
Lighter variations
1#173B4A
2#22576D
3#2C7290
4#378EB3
5#4FA5C9
6#73B7D4
7#96C9DF
8#B9DBE9
9#DCEDF4
Tones
Muted variations
1#0D1E26
2#0F1E24
3#101D23
4#111D22
5#131C20
6#141C1F
7#151B1E
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE5 #CCE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D1 #A5D1E3 | BordersInactive statesPlaceholder text |
| 400 | 76B9 #76B9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA5 #4FA5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3588 #3588AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6C #2A6C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4D #1E4D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FB;
--black-100: #E4F1F7;
--black-200: #CCE5EF;
--black-300: #A5D1E3;
--black-400: #76B9D5;
--black-500: #4FA5C9;
--black-600: #3588AC;
--black-700: #2A6C89;
--black-800: #1E4D62;
--black-900: #13313E;
--black-950: #0C1F27;
}