Navy
#081A78
BlueColor Codes
All color formats for development
HEX
#081A78RGB
rgb(8, 26, 120)HSL
hsl(230, 88%, 25%)OKLCH
oklch(0.291 0.157 265.9)CMYK
cmyk(93%, 78%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07186C
2#061560
3#051254
4#051048
5#040D3C
6#030B30
7#020824
8#020518
9#01030C
Tints
Lighter variations
1#0A229C
2#0C2AC0
3#0F32E4
4#2749F1
5#4B67F4
6#6F86F6
7#93A4F8
8#B7C2FA
9#DBE1FD
Tones
Muted variations
1#0D1E72
2#13226D
3#182667
4#1E2961
5#242D5C
6#293156
7#2F3551
8#35384B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A2 #91A2F8 | BordersInactive statesPlaceholder text |
| 400 | 5771 #5771F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2749 #2749F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2E #0D2ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B25 #0B25A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081A #081A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0511 #05114D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE3FD;
--navy-200: #C1CAFB;
--navy-300: #91A2F8;
--navy-400: #5771F4;
--navy-500: #2749F1;
--navy-600: #0D2ED3;
--navy-700: #0B25A8;
--navy-800: #081A78;
--navy-900: #05114D;
--navy-950: #030B30;
}