Navy
#05117A
BlueColor Codes
All color formats for development
HEX
#05117ARGB
rgb(5, 17, 122)HSL
hsl(234, 92%, 25%)OKLCH
oklch(0.28 0.169 265.6)CMYK
cmyk(96%, 86%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050F6E
2#040D62
3#040C56
4#030A49
5#03083D
6#020731
7#020525
8#010318
9#01020C
Tints
Lighter variations
1#07169F
2#081BC4
3#0A20E9
4#2338F6
5#4759F7
6#6C7AF9
7#919BFA
8#B6BDFC
9#DADEFD
Tones
Muted variations
1#0B1675
2#111A6F
3#171F69
4#1D2463
5#22285D
6#282D57
7#2E3251
8#34364B
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FA | BordersInactive statesPlaceholder text |
| 400 | 5464 #5464F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2338 #2338F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091E #091ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0718 #0718AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0511 #05117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030B #030B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE0FE;
--navy-200: #BFC5FC;
--navy-300: #8E99FA;
--navy-400: #5464F8;
--navy-500: #2338F6;
--navy-600: #091ED7;
--navy-700: #0718AB;
--navy-800: #05117A;
--navy-900: #030B4E;
--navy-950: #020731;
}