Navy
#0813AA
BlueColor Codes
All color formats for development
HEX
#0813AARGB
rgb(8, 19, 170)HSL
hsl(236, 91%, 35%)OKLCH
oklch(0.348 0.221 265.4)CMYK
cmyk(95%, 89%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071199
2#060F88
3#060D77
4#050B66
5#040955
6#030844
7#020633
8#020422
9#010211
Tints
Lighter variations
1#0A16CA
2#0B1AEA
3#212FF5
4#414DF6
5#616BF8
6#8088F9
7#A0A6FB
8#C0C4FC
9#DFE1FE
Tones
Muted variations
1#101AA2
2#18219A
3#202892
4#292F8A
5#313682
6#393D7A
7#414472
8#494B69
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F96 #8F96FA | BordersInactive statesPlaceholder text |
| 400 | 555F #555FF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2432 #2432F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A18 #0A18D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0813 #0813AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060D #060D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFD;
--navy-200: #C0C4FC;
--navy-300: #8F96FA;
--navy-400: #555FF7;
--navy-500: #2432F5;
--navy-600: #0A18D6;
--navy-700: #0813AA;
--navy-800: #060D7A;
--navy-900: #04094E;
--navy-950: #020531;
}