Black
#0C0F27
BlueColor Codes
All color formats for development
HEX
#0C0F27RGB
rgb(12, 15, 39)HSL
hsl(233, 53%, 10%)OKLCH
oklch(0.181 0.049 275.1)CMYK
cmyk(69%, 62%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0E23
2#0A0C1F
3#080B1B
4#070917
5#060814
6#050610
7#04050C
8#020308
9#010204
Tints
Lighter variations
1#171D4A
2#222A6D
3#2C3890
4#3746B3
5#4F5EC9
6#737ED4
7#969EDF
8#B9BEE9
9#DCDFF4
Tones
Muted variations
1#0D1026
2#0F1124
3#101223
4#111322
5#131420
6#14151F
7#15161E
8#17171C
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE3 | BordersInactive statesPlaceholder text |
| 400 | 7681 #7681D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F5E #4F5EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3543 #3543AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A35 #2A3589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E26 #1E2662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1318 #13183E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F4FB;
--black-100: #E4E6F7;
--black-200: #CCD0EF;
--black-300: #A5ADE3;
--black-400: #7681D5;
--black-500: #4F5EC9;
--black-600: #3543AC;
--black-700: #2A3589;
--black-800: #1E2662;
--black-900: #13183E;
--black-950: #0C0F27;
}