Navy
#0F2470
BlueColor Codes
All color formats for development
HEX
#0F2470RGB
rgb(15, 36, 112)HSL
hsl(227, 76%, 25%)OKLCH
oklch(0.303 0.133 266.1)CMYK
cmyk(87%, 68%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2165
2#0C1D5A
3#0B194F
4#091643
5#081238
6#060F2D
7#050B22
8#030716
9#02040B
Tints
Lighter variations
1#142F92
2#183AB4
3#1D45D5
4#355BE3
5#5776E8
6#7892ED
7#9AADF1
8#BCC8F6
9#DDE4FA
Tones
Muted variations
1#14276B
2#192A67
3#1E2D62
4#232F5D
5#283258
6#2C3553
7#31384E
8#363A49
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D0 #C5D0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AB #98ABF1 | BordersInactive statesPlaceholder text |
| 400 | 627F #627FEA | Disabled statesSecondary iconsMuted text |
| 500 | 355B #355BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B40 #1B40C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1533 #15339D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F24 #0F2470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A17 #0A1748 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E5FB;
--navy-200: #C5D0F7;
--navy-300: #98ABF1;
--navy-400: #627FEA;
--navy-500: #355BE3;
--navy-600: #1B40C5;
--navy-700: #15339D;
--navy-800: #0F2470;
--navy-900: #0A1748;
--navy-950: #060F2D;
}