Black
#0C2027
BlueColor Codes
All color formats for development
HEX
#0C2027RGB
rgb(12, 32, 39)HSL
hsl(196, 53%, 10%)OKLCH
oklch(0.23 0.029 223.2)CMYK
cmyk(69%, 18%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1D23
2#0A191F
3#08161B
4#071317
5#061014
6#050D10
7#040A0C
8#020608
9#010304
Tints
Lighter variations
1#173C4A
2#22596D
3#2C7690
4#3792B3
5#4FA9C9
6#73BAD4
7#96CBDF
8#B9DCE9
9#DCEEF4
Tones
Muted variations
1#0D1F26
2#0F1F24
3#101E23
4#111D22
5#131D20
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 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E3 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA9 #4FA9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 358C #358CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6F #2A6F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E50 #1E5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FB;
--black-100: #E4F2F7;
--black-200: #CCE6EF;
--black-300: #A5D3E3;
--black-400: #76BCD5;
--black-500: #4FA9C9;
--black-600: #358CAC;
--black-700: #2A6F89;
--black-800: #1E5062;
--black-900: #13333E;
--black-950: #0C2027;
}