Navy
#063479
BlueColor Codes
All color formats for development
HEX
#063479RGB
rgb(6, 52, 121)HSL
hsl(216, 91%, 25%)OKLCH
oklch(0.343 0.127 259.5)CMYK
cmyk(95%, 57%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052F6E
2#052A61
3#042555
4#031F49
5#031A3D
6#021531
7#021025
8#010A18
9#01050C
Tints
Lighter variations
1#07449E
2#0953C3
3#0B63E7
4#2477F5
5#488EF6
6#6DA5F8
7#91BBFA
8#B6D2FC
9#DAE8FD
Tones
Muted variations
1#0C3574
2#11366E
3#173868
4#1D3963
5#233A5D
6#293B57
7#2E3C51
8#343D4B
9#3A3F46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBA #8FBAFA | BordersInactive statesPlaceholder text |
| 400 | 5596 #5596F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2477 #2477F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A5C #0A5CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0849 #0849AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0634 #06347A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0421 #04214E | Primary textHigh emphasis contentDark headings |
| 950 | 0215 #021531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FE;
--navy-100: #DDEAFD;
--navy-200: #C0D8FC;
--navy-300: #8FBAFA;
--navy-400: #5596F7;
--navy-500: #2477F5;
--navy-600: #0A5CD6;
--navy-700: #0849AA;
--navy-800: #06347A;
--navy-900: #04214E;
--navy-950: #021531;
}