Navy
#0F2F71
BlueColor Codes
All color formats for development
HEX
#0F2F71RGB
rgb(15, 47, 113)HSL
hsl(220, 77%, 25%)OKLCH
oklch(0.327 0.12 262.4)CMYK
cmyk(87%, 58%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2B66
2#0C265A
3#0A214F
4#091C44
5#071838
6#06132D
7#040E22
8#030917
9#01050B
Tints
Lighter variations
1#133E93
2#174CB5
3#1C5AD6
4#346FE5
5#5687E9
6#789FED
7#99B7F2
8#BBCFF6
9#DDE7FB
Tones
Muted variations
1#14316C
2#183367
3#1D3462
4#22365D
5#273858
6#2C3953
7#313B4E
8#363C4A
9#3B3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B5 #97B5F2 | BordersInactive statesPlaceholder text |
| 400 | 618F #618FEA | Disabled statesSecondary iconsMuted text |
| 500 | 346F #346FE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A53 #1A53C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1542 #15429E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2F #0F2F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE9FB;
--navy-200: #C4D5F7;
--navy-300: #97B5F2;
--navy-400: #618FEA;
--navy-500: #346FE5;
--navy-600: #1A53C7;
--navy-700: #15429E;
--navy-800: #0F2F71;
--navy-900: #091E48;
--navy-950: #06132D;
}