Navy
#03297D
BlueColor Codes
All color formats for development
HEX
#03297DRGB
rgb(3, 41, 125)HSL
hsl(221, 95%, 25%)OKLCH
oklch(0.323 0.148 262.6)CMYK
cmyk(98%, 67%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032570
2#032163
3#021D57
4#02194B
5#02153E
6#011132
7#010C25
8#010819
9#00040C
Tints
Lighter variations
1#0436A2
2#0542C7
3#064FEC
4#1F64F9
5#457EFA
6#6A98FB
7#8FB2FC
8#B4CBFD
9#DAE5FE
Tones
Muted variations
1#092C76
2#0F2E70
3#15306A
4#1B3264
5#21355E
6#283758
7#2E3952
8#343B4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FC | BordersInactive statesPlaceholder text |
| 400 | 5187 #5187FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F64 #1F64F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0649 #0649DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043A #043AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032A #032A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DCE7FE;
--navy-200: #BED2FD;
--navy-300: #8DB0FC;
--navy-400: #5187FB;
--navy-500: #1F64F9;
--navy-600: #0649DB;
--navy-700: #043AAE;
--navy-800: #032A7C;
--navy-900: #021B50;
--navy-950: #011132;
}