Navy
#161969
BlueColor Codes
All color formats for development
HEX
#161969RGB
rgb(22, 25, 105)HSL
hsl(238, 65%, 25%)OKLCH
oklch(0.278 0.135 271.9)CMYK
cmyk(79%, 76%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14175F
2#121454
3#10124A
4#0D0F3F
5#0B0D35
6#090A2A
7#070820
8#040515
9#02030B
Tints
Lighter variations
1#1D2189
2#2428A8
3#2A30C8
4#4247D7
5#6165DE
6#8184E4
7#A0A3EB
8#C0C2F2
9#DFE0F8
Tones
Muted variations
1#1A1D65
2#1F2161
3#23255D
4#272959
5#2B2C54
6#2F3050
7#33344C
8#373848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FC;
--navy-100: #E2E2F9;
--navy-200: #C8CAF3;
--navy-300: #9EA1EA;
--navy-400: #6C70E0;
--navy-500: #4247D7;
--navy-600: #272CB9;
--navy-700: #1F2393;
--navy-800: #161969;
--navy-900: #0E1043;
--navy-950: #090A2A;
}