Navy
#13064B
BlueColor Codes
All color formats for development
HEX
#13064BRGB
rgb(19, 6, 75)HSL
hsl(251, 85%, 16%)OKLCH
oklch(0.211 0.115 278.9)CMYK
cmyk(75%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110644
2#0F053C
3#0D0435
4#0B042D
5#090326
6#08021E
7#060217
8#04010F
9#020108
Tints
Lighter variations
1#1D0973
2#270D9B
3#3110C2
4#3A13EA
5#5A39EF
6#7B60F2
7#9C88F5
8#BDB0F9
9#DED7FC
Tones
Muted variations
1#150A48
2#170D45
3#191141
4#1C143E
5#1E173A
6#201B37
7#221E33
8#242230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A592 #A592F6 | BordersInactive statesPlaceholder text |
| 400 | 765A #765AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4E2B #4E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3411 #3411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 290D #290DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0A #1D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1306 #13064B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E4DEFC;
--navy-200: #CCC2FA;
--navy-300: #A592F6;
--navy-400: #765AF2;
--navy-500: #4E2BEE;
--navy-600: #3411D0;
--navy-700: #290DA5;
--navy-800: #1D0A76;
--navy-900: #13064B;
--navy-950: #0C042F;
}