Black
#0C1027
BlueColor Codes
All color formats for development
HEX
#0C1027RGB
rgb(12, 16, 39)HSL
hsl(231, 53%, 10%)OKLCH
oklch(0.184 0.047 273.5)CMYK
cmyk(69%, 59%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0E23
2#0A0D1F
3#080B1B
4#070A17
5#060814
6#050610
7#04050C
8#020308
9#010204
Tints
Lighter variations
1#171E4A
2#222D6D
3#2C3B90
4#374AB3
5#4F62C9
6#7381D4
7#96A1DF
8#B9C0E9
9#DCE0F4
Tones
Muted variations
1#0D1126
2#0F1224
3#101323
4#111422
5#131520
6#14161F
7#15171E
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE3 | BordersInactive statesPlaceholder text |
| 400 | 7685 #7685D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F62 #4F62C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3547 #3547AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A38 #2A3889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E28 #1E2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F5FB;
--black-100: #E4E7F7;
--black-200: #CCD2EF;
--black-300: #A5AFE3;
--black-400: #7685D5;
--black-500: #4F62C9;
--black-600: #3547AC;
--black-700: #2A3889;
--black-800: #1E2862;
--black-900: #131A3E;
--black-950: #0C1027;
}