Black
#0C0D27
BlueColor Codes
All color formats for development
HEX
#0C0D27RGB
rgb(12, 13, 39)HSL
hsl(238, 53%, 10%)OKLCH
oklch(0.176 0.052 277.9)CMYK
cmyk(69%, 67%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0C23
2#0A0A1F
3#08091B
4#070817
5#060614
6#050510
7#04040C
8#020308
9#010104
Tints
Lighter variations
1#17184A
2#22246D
3#2C3090
4#373BB3
5#4F53C9
6#7376D4
7#9698DF
8#B9BAE9
9#DCDDF4
Tones
Muted variations
1#0D0E26
2#0F0F24
3#101123
4#111222
5#131320
6#14141F
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 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A7 #A5A7E3 | BordersInactive statesPlaceholder text |
| 400 | 767A #767AD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F53 #4F53C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3539 #3539AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2D #2A2D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E20 #1E2062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1315 #13153E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F4FB;
--black-100: #E4E4F7;
--black-200: #CCCDEF;
--black-300: #A5A7E3;
--black-400: #767AD5;
--black-500: #4F53C9;
--black-600: #3539AC;
--black-700: #2A2D89;
--black-800: #1E2062;
--black-900: #13153E;
--black-950: #0C0D27;
}