Navy
#03327C
BlueColor Codes
All color formats for development
HEX
#03327CRGB
rgb(3, 50, 124)HSL
hsl(217, 95%, 25%)OKLCH
oklch(0.341 0.135 260.1)CMYK
cmyk(98%, 60%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032D70
2#032863
3#022357
4#021E4B
5#02193E
6#011432
7#010F25
8#010A19
9#00050C
Tints
Lighter variations
1#0441A2
2#054FC7
3#065EEC
4#1F73F9
5#458AFA
6#6AA2FB
7#8FB9FC
8#B4D0FD
9#DAE8FE
Tones
Muted variations
1#093376
2#0F3470
3#15366A
4#1B3764
5#21395E
6#283A58
7#2E3C52
8#343D4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED7 #BED7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB7 #8DB7FC | BordersInactive statesPlaceholder text |
| 400 | 5192 #5192FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F73 #1F73F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0657 #0657DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0445 #0445AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0332 #03327C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #022050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DCE9FE;
--navy-200: #BED7FD;
--navy-300: #8DB7FC;
--navy-400: #5192FB;
--navy-500: #1F73F9;
--navy-600: #0657DB;
--navy-700: #0445AE;
--navy-800: #03327C;
--navy-900: #022050;
--navy-950: #011432;
}