Navy
#0F1D71
BlueColor Codes
All color formats for development
HEX
#0F1D71RGB
rgb(15, 29, 113)HSL
hsl(231, 77%, 25%)OKLCH
oklch(0.291 0.143 267.6)CMYK
cmyk(87%, 74%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1A66
2#0C185A
3#0A154F
4#091244
5#070F38
6#060C2D
7#040922
8#030617
9#01030B
Tints
Lighter variations
1#132693
2#172FB5
3#1C38D6
4#344EE5
5#566CE9
6#7889ED
7#99A7F2
8#BBC4F6
9#DDE2FB
Tones
Muted variations
1#14216C
2#182467
3#1D2862
4#222B5D
5#272F58
6#2C3253
7#31354E
8#36394A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A5 #97A5F2 | BordersInactive statesPlaceholder text |
| 400 | 6176 #6176EA | Disabled statesSecondary iconsMuted text |
| 500 | 344E #344EE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A34 #1A34C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1529 #15299E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1D #0F1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091348 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE4FB;
--navy-200: #C4CCF7;
--navy-300: #97A5F2;
--navy-400: #6176EA;
--navy-500: #344EE5;
--navy-600: #1A34C7;
--navy-700: #15299E;
--navy-800: #0F1D71;
--navy-900: #091348;
--navy-950: #060C2D;
}