Navy
#063075
BlueColor Codes
All color formats for development
HEX
#063075RGB
rgb(6, 48, 117)HSL
hsl(217, 90%, 24%)OKLCH
oklch(0.331 0.127 260.4)CMYK
cmyk(95%, 59%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062C69
2#05275D
3#042251
4#041D46
5#03183A
6#02132F
7#020F23
8#010A17
9#01050C
Tints
Lighter variations
1#084099
2#0A4FBE
3#0C5EE3
4#2272F3
5#478AF5
6#6CA1F7
7#91B9F9
8#B5D0FB
9#DAE8FD
Tones
Muted variations
1#0C326F
2#113369
3#173464
4#1C355E
5#223759
6#273853
7#2D394E
8#323B48
9#383C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5593 #5593F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2574 #2574F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B59 #0B59D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0947 #0947AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0632 #063279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204E | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FE;
--navy-100: #DDE9FD;
--navy-200: #C0D7FC;
--navy-300: #90B8F9;
--navy-400: #5593F6;
--navy-500: #2574F4;
--navy-600: #0B59D5;
--navy-700: #0947AA;
--navy-800: #063279;
--navy-900: #04204E;
--navy-950: #031430;
}