Black
#0C0E27
BlueColor Codes
All color formats for development
HEX
#0C0E27RGB
rgb(12, 14, 39)HSL
hsl(236, 53%, 10%)OKLCH
oklch(0.179 0.051 276.5)CMYK
cmyk(69%, 64%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0C23
2#0A0B1F
3#080A1B
4#070817
5#060714
6#050610
7#04040C
8#020308
9#010104
Tints
Lighter variations
1#171A4A
2#22276D
3#2C3390
4#373FB3
5#4F58C9
6#7379D4
7#969BDF
8#B9BCE9
9#DCDEF4
Tones
Muted variations
1#0D0F26
2#0F1024
3#101123
4#111222
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 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E3 | BordersInactive statesPlaceholder text |
| 400 | 767D #767DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F58 #4F58C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 353D #353DAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A30 #2A3089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E22 #1E2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F4FB;
--black-100: #E4E5F7;
--black-200: #CCCFEF;
--black-300: #A5A9E3;
--black-400: #767DD5;
--black-500: #4F58C9;
--black-600: #353DAC;
--black-700: #2A3089;
--black-800: #1E2262;
--black-900: #13163E;
--black-950: #0C0E27;
}