Navy
#051F4D
BlueColor Codes
All color formats for development
HEX
#051F4DRGB
rgb(5, 31, 77)HSL
hsl(218, 88%, 16%)OKLCH
oklch(0.253 0.091 260.6)CMYK
cmyk(94%, 60%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041C45
2#04193D
3#031636
4#03132E
5#021026
6#020C1F
7#010917
8#01060F
9#000308
Tints
Lighter variations
1#073075
2#0A409D
3#0D50C6
4#0F61EE
5#367BF2
6#5E95F5
7#86B0F7
8#AECAFA
9#D7E5FC
Tones
Muted variations
1#082049
2#0C2146
3#102242
4#13233E
5#17243B
6#1A2537
7#1E2634
8#222730
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D6 #C1D6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B7 #91B7F8 | BordersInactive statesPlaceholder text |
| 400 | 5791 #5791F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2771 #2771F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D56 #0D56D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B44 #0B44A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0831 #083178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051F #051F4D | 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: #F1F6FE;
--navy-100: #DDE9FD;
--navy-200: #C1D6FB;
--navy-300: #91B7F8;
--navy-400: #5791F4;
--navy-500: #2771F1;
--navy-600: #0D56D3;
--navy-700: #0B44A8;
--navy-800: #083178;
--navy-900: #051F4D;
--navy-950: #031430;
}