Navy
#101870
BlueColor Codes
All color formats for development
HEX
#101870RGB
rgb(16, 24, 112)HSL
hsl(235, 75%, 25%)OKLCH
oklch(0.282 0.147 268.8)CMYK
cmyk(86%, 79%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1664
2#0D1359
3#0B114E
4#0A0E43
5#080C38
6#060A2D
7#050721
8#030516
9#02020B
Tints
Lighter variations
1#151F91
2#1926B3
3#1E2DD4
4#3645E2
5#5864E7
6#7983EC
7#9BA2F1
8#BCC1F5
9#DEE0FA
Tones
Muted variations
1#151C6B
2#192066
3#1E2461
4#23285C
5#282C58
6#2D3053
7#31344E
8#363849
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A0 #98A0F0 | BordersInactive statesPlaceholder text |
| 400 | 636E #636EE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3645 #3645E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C2A #1C2AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1621 #16219C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1018 #101870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F47 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E2FB;
--navy-200: #C5C9F7;
--navy-300: #98A0F0;
--navy-400: #636EE9;
--navy-500: #3645E2;
--navy-600: #1C2AC4;
--navy-700: #16219C;
--navy-800: #101870;
--navy-900: #0A0F47;
--navy-950: #060A2D;
}