Black
#0C0C27
BlueColor Codes
All color formats for development
HEX
#0C0C27RGB
rgb(12, 12, 39)HSL
hsl(240, 53%, 10%)OKLCH
oklch(0.174 0.054 279.2)CMYK
cmyk(69%, 69%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0B23
2#0A0A1F
3#08081B
4#070717
5#060614
6#050510
7#04040C
8#020208
9#010104
Tints
Lighter variations
1#17174A
2#22226D
3#2C2C90
4#3737B3
5#4F4FC9
6#7373D4
7#9696DF
8#B9B9E9
9#DCDCF4
Tones
Muted variations
1#0D0D26
2#0F0F24
3#101023
4#111122
5#131320
6#14141F
7#15151E
8#17171C
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E3 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F4F #4F4FC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3535 #3535AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2A #2A2A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E1E #1E1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F3FB;
--black-100: #E4E4F7;
--black-200: #CCCCEF;
--black-300: #A5A5E3;
--black-400: #7676D5;
--black-500: #4F4FC9;
--black-600: #3535AC;
--black-700: #2A2A89;
--black-800: #1E1E62;
--black-900: #13133E;
--black-950: #0C0C27;
}