Navy
#0816AA
BlueColor Codes
All color formats for development
HEX
#0816AARGB
rgb(8, 22, 170)HSL
hsl(235, 91%, 35%)OKLCH
oklch(0.35 0.22 265.4)CMYK
cmyk(95%, 87%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071399
2#061188
3#060F77
4#050D66
5#040B55
6#030944
7#020633
8#020422
9#010211
Tints
Lighter variations
1#0A1ACA
2#0B1EEA
3#2133F5
4#4150F6
5#616DF8
6#808AF9
7#A0A8FB
8#C0C5FC
9#DFE2FE
Tones
Muted variations
1#101CA2
2#18239A
3#202A92
4#29318A
5#313782
6#393E7A
7#414572
8#494C69
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F98 #8F98FA | BordersInactive statesPlaceholder text |
| 400 | 5562 #5562F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2435 #2435F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1B #0A1BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0816 #0816AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060F #060F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | 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: #F0F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C5FC;
--navy-300: #8F98FA;
--navy-400: #5562F7;
--navy-500: #2435F5;
--navy-600: #0A1BD6;
--navy-700: #0816AA;
--navy-800: #060F7A;
--navy-900: #040A4E;
--navy-950: #020631;
}