Navy
#0513AD
BlueColor Codes
All color formats for development
HEX
#0513ADRGB
rgb(5, 19, 173)HSL
hsl(235, 94%, 35%)OKLCH
oklch(0.351 0.225 264.9)CMYK
cmyk(97%, 89%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05119C
2#040F8B
3#040E79
4#030C68
5#030A57
6#020845
7#020634
8#010423
9#010211
Tints
Lighter variations
1#0617CD
2#071BED
3#1E30F8
4#3E4EF9
5#5E6BFA
6#7E89FB
7#9FA6FC
8#BFC4FD
9#DFE1FE
Tones
Muted variations
1#0E1AA5
2#16219C
3#1F2894
4#272F8C
5#2F3683
6#383D7B
7#404472
8#484B6A
9#515262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FB | BordersInactive statesPlaceholder text |
| 400 | 5260 #5260FA | Disabled statesSecondary iconsMuted text |
| 500 | 2032 #2032F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0718 #0718DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0513 #0513AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #02094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFE;
--navy-200: #BFC4FD;
--navy-300: #8D96FB;
--navy-400: #5260FA;
--navy-500: #2032F8;
--navy-600: #0718DA;
--navy-700: #0513AD;
--navy-800: #040E7C;
--navy-900: #02094F;
--navy-950: #020631;
}