Black
#0C1927
BlueColor Codes
All color formats for development
HEX
#0C1927RGB
rgb(12, 25, 39)HSL
hsl(211, 53%, 10%)OKLCH
oklch(0.209 0.034 251.4)CMYK
cmyk(69%, 36%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1723
2#0A141F
3#08121B
4#070F17
5#060D14
6#050A10
7#04080C
8#020508
9#010304
Tints
Lighter variations
1#17304A
2#22466D
3#2C5D90
4#3773B3
5#4F8AC9
6#73A2D4
7#96B9DF
8#B9D0E9
9#DCE8F4
Tones
Muted variations
1#0D1926
2#0F1924
3#101923
4#111922
5#131920
6#14191F
7#15191E
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C3 #A5C3E3 | BordersInactive statesPlaceholder text |
| 400 | 76A4 #76A4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F8A #4F8AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356E #356EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A58 #2A5889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3F #1E3F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1328 #13283E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F7FB;
--black-100: #E4EDF7;
--black-200: #CCDDEF;
--black-300: #A5C3E3;
--black-400: #76A4D5;
--black-500: #4F8AC9;
--black-600: #356EAC;
--black-700: #2A5889;
--black-800: #1E3F62;
--black-900: #13283E;
--black-950: #0C1927;
}