Navy
#072178
BlueColor Codes
All color formats for development
HEX
#072178RGB
rgb(7, 33, 120)HSL
hsl(226, 89%, 25%)OKLCH
oklch(0.303 0.15 264.7)CMYK
cmyk(94%, 73%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061E6C
2#061B60
3#051754
4#041448
5#04113C
6#030D30
7#020A24
8#010718
9#01030C
Tints
Lighter variations
1#092C9D
2#0B36C1
3#0D40E5
4#2656F2
5#4A72F4
6#6E8EF7
7#93AAF9
8#B7C7FB
9#DBE3FD
Tones
Muted variations
1#0D2573
2#12286D
3#182B67
4#1E2E62
5#23315C
6#293456
7#2F3751
8#343A4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A9 #90A9F9 | BordersInactive statesPlaceholder text |
| 400 | 567B #567BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2656 #2656F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3B #0C3BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2F #0A2FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0721 #072178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE5FD;
--navy-200: #C0CEFB;
--navy-300: #90A9F9;
--navy-400: #567BF5;
--navy-500: #2656F2;
--navy-600: #0C3BD4;
--navy-700: #0A2FA9;
--navy-800: #072178;
--navy-900: #04154D;
--navy-950: #030D30;
}