Navy
#0C1546
BlueColor Codes
All color formats for development
HEX
#0C1546RGB
rgb(12, 21, 70)HSL
hsl(231, 71%, 16%)OKLCH
oklch(0.226 0.092 269.4)CMYK
cmyk(83%, 70%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B123F
2#091038
3#080E31
4#070C2A
5#060A23
6#05081C
7#040615
8#02040E
9#010207
Tints
Lighter variations
1#121F6A
2#182A8F
3#1E35B4
4#2540D8
5#485FE0
6#6C7FE6
7#919FEC
8#B6BFF3
9#DADFF9
Tones
Muted variations
1#0F1743
2#121940
3#151B3D
4#171D3A
5#1A1F37
6#1D2134
7#202331
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA7 #9BA7EE | BordersInactive statesPlaceholder text |
| 400 | 6679 #6679E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B53 #3B53DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2138 #2138C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A2D #1A2D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1220 #12206D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C15 #0C1546 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E4FA;
--navy-200: #C6CDF5;
--navy-300: #9BA7EE;
--navy-400: #6679E5;
--navy-500: #3B53DE;
--navy-600: #2138C0;
--navy-700: #1A2D99;
--navy-800: #12206D;
--navy-900: #0C1546;
--navy-950: #070D2C;
}