Navy
#05197A
BlueColor Codes
All color formats for development
HEX
#05197ARGB
rgb(5, 25, 122)HSL
hsl(230, 92%, 25%)OKLCH
oklch(0.291 0.162 265.2)CMYK
cmyk(96%, 80%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05166E
2#041462
3#041156
4#030F49
5#030C3D
6#020A31
7#020725
8#010518
9#01020C
Tints
Lighter variations
1#07209F
2#0827C4
3#0A2FE9
4#2346F6
5#4765F7
6#6C84F9
7#91A2FA
8#B6C1FC
9#DAE0FD
Tones
Muted variations
1#0B1D75
2#11206F
3#172469
4#1D2863
5#222C5D
6#283057
7#2E3451
8#34384B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FA | BordersInactive statesPlaceholder text |
| 400 | 546F #546FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2346 #2346F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092B #092BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0723 #0723AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0519 #05197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE2FE;
--navy-200: #BFCAFC;
--navy-300: #8EA0FA;
--navy-400: #546FF8;
--navy-500: #2346F6;
--navy-600: #092BD7;
--navy-700: #0723AB;
--navy-800: #05197A;
--navy-900: #03104E;
--navy-950: #020A31;
}