Navy
#081C78
BlueColor Codes
All color formats for development
HEX
#081C78RGB
rgb(8, 28, 120)HSL
hsl(229, 88%, 25%)OKLCH
oklch(0.295 0.155 265.7)CMYK
cmyk(93%, 77%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07196C
2#061760
3#051454
4#051148
5#040E3C
6#030B30
7#020824
8#020618
9#01030C
Tints
Lighter variations
1#0A259C
2#0C2DC0
3#0F36E4
4#274CF1
5#4B6AF4
6#6F88F6
7#93A6F8
8#B7C3FA
9#DBE1FD
Tones
Muted variations
1#0D2072
2#13236D
3#182767
4#1E2A61
5#242E5C
6#293256
7#2F3551
8#35394B
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 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | 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: #C1CBFB;
--navy-300: #91A4F8;
--navy-400: #5774F4;
--navy-500: #274CF1;
--navy-600: #0D32D3;
--navy-700: #0B28A8;
--navy-800: #081C78;
--navy-900: #05124D;
--navy-950: #030B30;
}