Navy
#161D69
BlueColor Codes
All color formats for development
HEX
#161D69RGB
rgb(22, 29, 105)HSL
hsl(235, 65%, 25%)OKLCH
oklch(0.285 0.13 270.9)CMYK
cmyk(79%, 72%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141A5F
2#121754
3#10144A
4#0D123F
5#0B0F35
6#090C2A
7#070920
8#040615
9#02030B
Tints
Lighter variations
1#1D2689
2#242FA8
3#2A38C8
4#424ED7
5#616CDE
6#8189E4
7#A0A7EB
8#C0C4F2
9#DFE2F8
Tones
Muted variations
1#1A2165
2#1F2461
3#23285D
4#272B59
5#2B2E54
6#2F3250
7#33354C
8#373948
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CC #C8CCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA5 #9EA5EA | BordersInactive statesPlaceholder text |
| 400 | 6C75 #6C75E0 | Disabled statesSecondary iconsMuted text |
| 500 | 424E #424ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2733 #2733B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F29 #1F2993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E13 #0E1343 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FC;
--navy-100: #E2E3F9;
--navy-200: #C8CCF3;
--navy-300: #9EA5EA;
--navy-400: #6C75E0;
--navy-500: #424ED7;
--navy-600: #2733B9;
--navy-700: #1F2993;
--navy-800: #161D69;
--navy-900: #0E1343;
--navy-950: #090C2A;
}