Navy
#071C78
BlueColor Codes
All color formats for development
HEX
#071C78RGB
rgb(7, 28, 120)HSL
hsl(229, 89%, 25%)OKLCH
oklch(0.294 0.156 265.4)CMYK
cmyk(94%, 77%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06196C
2#061660
3#051354
4#041148
5#040E3C
6#030B30
7#020824
8#010618
9#01030C
Tints
Lighter variations
1#09249D
2#0B2DC1
3#0D35E5
4#264CF2
5#4A69F4
6#6E87F7
7#93A5F9
8#B7C3FB
9#DBE1FD
Tones
Muted variations
1#0D1F73
2#12236D
3#182767
4#1E2A62
5#232E5C
6#293156
7#2F3551
8#34394B
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 | C0CB #C0CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5673 #5673F5 | Disabled statesSecondary iconsMuted text |
| 500 | 264C #264CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C31 #0C31D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A27 #0A27A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 071C #071C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124D | 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: #C0CBFB;
--navy-300: #90A3F9;
--navy-400: #5673F5;
--navy-500: #264CF2;
--navy-600: #0C31D4;
--navy-700: #0A27A9;
--navy-800: #071C78;
--navy-900: #04124D;
--navy-950: #030B30;
}