Navy
#05184D
BlueColor Codes
All color formats for development
HEX
#05184DRGB
rgb(5, 24, 77)HSL
hsl(224, 88%, 16%)OKLCH
oklch(0.236 0.101 264.1)CMYK
cmyk(94%, 69%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041645
2#04133D
3#031136
4#030E2E
5#020C26
6#020A1F
7#010717
8#01050F
9#000208
Tints
Lighter variations
1#072575
2#0A319D
3#0D3EC6
4#0F4BEE
5#3668F2
6#5E86F5
7#86A4F7
8#AEC3FA
9#D7E1FC
Tones
Muted variations
1#081A49
2#0C1B46
3#101D42
4#131F3E
5#17203B
6#1A2237
7#1E2434
8#222530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D0 #C1D0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AC #91ACF8 | BordersInactive statesPlaceholder text |
| 400 | 5781 #5781F4 | Disabled statesSecondary iconsMuted text |
| 500 | 275D #275DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D42 #0D42D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B35 #0B35A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0826 #082678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0518 #05184D | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE6FD;
--navy-200: #C1D0FB;
--navy-300: #91ACF8;
--navy-400: #5781F4;
--navy-500: #275DF1;
--navy-600: #0D42D3;
--navy-700: #0B35A8;
--navy-800: #082678;
--navy-900: #05184D;
--navy-950: #030F30;
}