Navy
#0C1646
BlueColor Codes
All color formats for development
HEX
#0C1646RGB
rgb(12, 22, 70)HSL
hsl(230, 71%, 16%)OKLCH
oklch(0.228 0.091 268.9)CMYK
cmyk(83%, 69%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B133F
2#091138
3#080F31
4#070D2A
5#060B23
6#05091C
7#040615
8#02040E
9#010207
Tints
Lighter variations
1#12216A
2#182C8F
3#1E37B4
4#2543D8
5#4861E0
6#6C81E6
7#91A0EC
8#B6C0F3
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 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CE #C6CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA9 #9BA9EE | BordersInactive statesPlaceholder text |
| 400 | 667C #667CE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B56 #3B56DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 213B #213BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A2F #1A2F99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1222 #12226D | 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: #E0E5FA;
--navy-200: #C6CEF5;
--navy-300: #9BA9EE;
--navy-400: #667CE5;
--navy-500: #3B56DE;
--navy-600: #213BC0;
--navy-700: #1A2F99;
--navy-800: #12226D;
--navy-900: #0C1546;
--navy-950: #070D2C;
}