Navy
#0D1AA5
BlueColor Codes
All color formats for development
HEX
#0D1AA5RGB
rgb(13, 26, 165)HSL
hsl(235, 85%, 35%)OKLCH
oklch(0.349 0.21 266.1)CMYK
cmyk(92%, 84%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1795
2#0B1584
3#091274
4#081063
5#070D53
6#050A42
7#040832
8#030521
9#010311
Tints
Lighter variations
1#101FC4
2#1224E2
3#2839EE
4#4755F0
5#6671F3
6#848EF5
7#A3AAF8
8#C2C6FA
9#E0E3FD
Tones
Muted variations
1#15209E
2#1D2796
3#242D8E
4#2C3387
5#333A7F
6#3B4078
7#424670
8#4A4D68
9#525361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929B #929BF6 | BordersInactive statesPlaceholder text |
| 400 | 5A67 #5A67F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3B #2B3BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1121 #1121D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1A #0D1AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C6FA;
--navy-300: #929BF6;
--navy-400: #5A67F2;
--navy-500: #2B3BEE;
--navy-600: #1121D0;
--navy-700: #0D1AA5;
--navy-800: #0A1376;
--navy-900: #060C4B;
--navy-950: #04072F;
}