Black
#0B0C28
BlueColor Codes
All color formats for development
HEX
#0B0C28RGB
rgb(11, 12, 40)HSL
hsl(238, 57%, 10%)OKLCH
oklch(0.174 0.056 277.3)CMYK
cmyk(73%, 70%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0B24
2#090A20
3#08081C
4#070718
5#050614
6#040510
7#03040C
8#020208
9#010104
Tints
Lighter variations
1#15174C
2#1F2170
3#292C94
4#3237B8
5#4B4FCE
6#6F72D8
7#9396E1
8#B7B9EB
9#DBDCF5
Tones
Muted variations
1#0C0D27
2#0E0F25
3#0F1024
4#111122
5#121321
6#14141F
7#15151E
8#17171C
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A5 #A3A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7376 #7376D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4F #4B4FCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3035 #3035B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 262A #262A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F3FC;
--black-100: #E3E4F7;
--black-200: #CBCCF1;
--black-300: #A3A5E6;
--black-400: #7376D9;
--black-500: #4B4FCE;
--black-600: #3035B0;
--black-700: #262A8C;
--black-800: #1B1E64;
--black-900: #121340;
--black-950: #0B0C28;
}