Navy
#063079
BlueColor Codes
All color formats for development
HEX
#063079RGB
rgb(6, 48, 121)HSL
hsl(218, 91%, 25%)OKLCH
oklch(0.334 0.132 261)CMYK
cmyk(95%, 60%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052B6E
2#052761
3#042255
4#031D49
5#03183D
6#021331
7#020E25
8#010A18
9#01050C
Tints
Lighter variations
1#073F9E
2#094DC3
3#0B5CE7
4#2470F5
5#4888F6
6#6DA0F8
7#91B8FA
8#B6CFFC
9#DAE7FD
Tones
Muted variations
1#0C3274
2#11336E
3#173568
4#1D3663
5#23385D
6#293A57
7#2E3B51
8#343D4B
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D6 #C0D6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB6 #8FB6FA | BordersInactive statesPlaceholder text |
| 400 | 5590 #5590F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2470 #2470F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A55 #0A55D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0844 #0844AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0630 #06307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041F #041F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE9FD;
--navy-200: #C0D6FC;
--navy-300: #8FB6FA;
--navy-400: #5590F7;
--navy-500: #2470F5;
--navy-600: #0A55D6;
--navy-700: #0844AA;
--navy-800: #06307A;
--navy-900: #041F4E;
--navy-950: #021331;
}