Navy
#05104C
BlueColor Codes
All color formats for development
HEX
#05104CRGB
rgb(5, 16, 76)HSL
hsl(231, 88%, 16%)OKLCH
oklch(0.219 0.11 266.6)CMYK
cmyk(93%, 79%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040E45
2#040D3D
3#030B36
4#03092E
5#020826
6#02061F
7#010517
8#01030F
9#000208
Tints
Lighter variations
1#071875
2#0A209D
3#0D28C6
4#0F31EE
5#3652F2
6#5E75F5
7#8697F7
8#AEBAFA
9#D7DCFC
Tones
Muted variations
1#081249
2#0C1546
3#101742
4#131A3E
5#171C3B
6#1A1F37
7#1E2134
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE2FD;
--navy-200: #C1C9FB;
--navy-300: #91A0F8;
--navy-400: #576FF4;
--navy-500: #2746F1;
--navy-600: #0D2BD3;
--navy-700: #0B22A8;
--navy-800: #081878;
--navy-900: #05104D;
--navy-950: #030A30;
}