Black
#0C1E27
BlueColor Codes
All color formats for development
HEX
#0C1E27RGB
rgb(12, 30, 39)HSL
hsl(200, 53%, 10%)OKLCH
oklch(0.224 0.03 231.9)CMYK
cmyk(69%, 23%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1B23
2#0A181F
3#08151B
4#071217
5#060F14
6#050C10
7#04090C
8#020608
9#010304
Tints
Lighter variations
1#17394A
2#22546D
3#2C6F90
4#378AB3
5#4FA1C9
6#73B3D4
7#96C6DF
8#B9D9E9
9#DCECF4
Tones
Muted variations
1#0D1E26
2#0F1D24
3#101D23
4#111C22
5#131C20
6#141B1F
7#151B1E
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CF #A5CFE3 | BordersInactive statesPlaceholder text |
| 400 | 76B6 #76B6D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA1 #4FA1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3584 #3584AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A69 #2A6989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4B #1E4B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1330 #13303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FB;
--black-100: #E4F0F7;
--black-200: #CCE4EF;
--black-300: #A5CFE3;
--black-400: #76B6D5;
--black-500: #4FA1C9;
--black-600: #3584AC;
--black-700: #2A6989;
--black-800: #1E4B62;
--black-900: #13303E;
--black-950: #0C1E27;
}