Navy
#05054D
BlueColor Codes
All color formats for development
HEX
#05054DRGB
rgb(5, 5, 77)HSL
hsl(240, 88%, 16%)OKLCH
oklch(0.202 0.123 268)CMYK
cmyk(94%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040445
2#04043D
3#030336
4#03032E
5#020226
6#02021F
7#010117
8#01010F
9#000008
Tints
Lighter variations
1#070775
2#0A0A9D
3#0D0DC6
4#0F0FEE
5#3636F2
6#5E5EF5
7#8686F7
8#AEAEFA
9#D7D7FC
Tones
Muted variations
1#080849
2#0C0C46
3#101042
4#13133E
5#17173B
6#1A1A37
7#1E1E34
8#222230
9#25252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DDDDFD;
--navy-200: #C1C1FB;
--navy-300: #9191F8;
--navy-400: #5757F4;
--navy-500: #2727F1;
--navy-600: #0D0DD3;
--navy-700: #0B0BA8;
--navy-800: #080878;
--navy-900: #05054D;
--navy-950: #030330;
}