Black
#0C1B27
BlueColor Codes
All color formats for development
HEX
#0C1B27RGB
rgb(12, 27, 39)HSL
hsl(207, 53%, 10%)OKLCH
oklch(0.215 0.032 244.1)CMYK
cmyk(69%, 31%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1823
2#0A151F
3#08131B
4#071017
5#060D14
6#050B10
7#04080C
8#020508
9#010304
Tints
Lighter variations
1#17334A
2#224B6D
3#2C6390
4#377CB3
5#4F92C9
6#73A8D4
7#96BEDF
8#B9D4E9
9#DCE9F4
Tones
Muted variations
1#0D1B26
2#0F1B24
3#101A23
4#111A22
5#131A20
6#141A1F
7#151A1E
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C7 #A5C7E3 | BordersInactive statesPlaceholder text |
| 400 | 76AA #76AAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F92 #4F92C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3576 #3576AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5E #2A5E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E43 #1E4362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132B #132B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F8FB;
--black-100: #E4EEF7;
--black-200: #CCE0EF;
--black-300: #A5C7E3;
--black-400: #76AAD5;
--black-500: #4F92C9;
--black-600: #3576AC;
--black-700: #2A5E89;
--black-800: #1E4362;
--black-900: #132B3E;
--black-950: #0C1B27;
}