Navy
#161F69
BlueColor Codes
All color formats for development
HEX
#161F69RGB
rgb(22, 31, 105)HSL
hsl(233, 65%, 25%)OKLCH
oklch(0.289 0.128 270.4)CMYK
cmyk(79%, 70%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141D5F
2#121A54
3#10164A
4#0D133F
5#0B1035
6#090D2A
7#070A20
8#040615
9#02030B
Tints
Lighter variations
1#1D2A89
2#2433A8
3#2A3DC8
4#4253D7
5#6170DE
6#818CE4
7#A0A9EB
8#C0C6F2
9#DFE2F8
Tones
Muted variations
1#1A2365
2#1F2661
3#232A5D
4#272D59
5#2B3054
6#2F3350
7#33364C
8#373948
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CD #C8CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA7 #9EA7EA | BordersInactive statesPlaceholder text |
| 400 | 6C79 #6C79E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4253 #4253D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2738 #2738B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F2D #1F2D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1620 #162069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E14 #0E1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E2E4F9;
--navy-200: #C8CDF3;
--navy-300: #9EA7EA;
--navy-400: #6C79E0;
--navy-500: #4253D7;
--navy-600: #2738B9;
--navy-700: #1F2D93;
--navy-800: #162069;
--navy-900: #0E1443;
--navy-950: #090D2A;
}