Navy
#051E4D
BlueColor Codes
All color formats for development
HEX
#051E4DRGB
rgb(5, 30, 77)HSL
hsl(219, 88%, 16%)OKLCH
oklch(0.25 0.092 261.2)CMYK
cmyk(94%, 61%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041B45
2#04183D
3#031536
4#03122E
5#020F26
6#020C1F
7#010917
8#01060F
9#000308
Tints
Lighter variations
1#072E75
2#0A3E9D
3#0D4DC6
4#0F5DEE
5#3678F2
6#5E93F5
7#86AEF7
8#AEC9FA
9#D7E4FC
Tones
Muted variations
1#081F49
2#0C2046
3#102142
4#13223E
5#17233B
6#1A2437
7#1E2634
8#222730
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D5 #C1D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B5 #91B5F8 | BordersInactive statesPlaceholder text |
| 400 | 578E #578EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 276E #276EF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D53 #0D53D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B42 #0B42A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082F #082F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051E #051E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DDE8FD;
--navy-200: #C1D5FB;
--navy-300: #91B5F8;
--navy-400: #578EF4;
--navy-500: #276EF1;
--navy-600: #0D53D3;
--navy-700: #0B42A8;
--navy-800: #082F78;
--navy-900: #051E4D;
--navy-950: #031330;
}