Navy
#14176C
BlueColor Codes
All color formats for development
HEX
#14176CRGB
rgb(20, 23, 108)HSL
hsl(238, 69%, 25%)OKLCH
oklch(0.277 0.142 271)CMYK
cmyk(81%, 79%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121461
2#101256
3#0E104B
4#0C0E41
5#0A0B36
6#08092B
7#060720
8#040516
9#02020B
Tints
Lighter variations
1#1A1E8C
2#2024AC
3#262BCD
4#3D42DB
5#5D62E1
6#7E81E7
7#9EA1ED
8#BEC0F3
9#DFE0F9
Tones
Muted variations
1#181B67
2#1D1F63
3#21235F
4#25275A
5#2A2B56
6#2E2F51
7#33334D
8#373849
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E2F9;
--navy-200: #C7C9F5;
--navy-300: #9C9FED;
--navy-400: #686CE3;
--navy-500: #3D42DB;
--navy-600: #2328BE;
--navy-700: #1C2097;
--navy-800: #14176C;
--navy-900: #0D0F45;
--navy-950: #08092B;
}