Navy
#093377
BlueColor Codes
All color formats for development
HEX
#093377RGB
rgb(9, 51, 119)HSL
hsl(217, 86%, 25%)OKLCH
oklch(0.34 0.125 260.2)CMYK
cmyk(92%, 57%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082E6B
2#07295F
3#062453
4#051F47
5#04193B
6#04142F
7#030F24
8#020A18
9#01050C
Tints
Lighter variations
1#0C429A
2#0E52BE
3#1161E1
4#2A75EF
5#4D8CF2
6#71A3F4
7#94BAF7
8#B8D1FA
9#DBE8FC
Tones
Muted variations
1#0E3471
2#14366C
3#193766
4#1F3861
5#24395B
6#2A3B56
7#2F3C50
8#353D4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D7 #C1D7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B9 #92B9F7 | BordersInactive statesPlaceholder text |
| 400 | 5994 #5994F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A75 #2A75EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 105A #105AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C47 #0C47A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0933 #093377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0621 #06214C | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DEEAFD;
--navy-200: #C1D7FA;
--navy-300: #92B9F7;
--navy-400: #5994F3;
--navy-500: #2A75EF;
--navy-600: #105AD1;
--navy-700: #0C47A6;
--navy-800: #093377;
--navy-900: #06214C;
--navy-950: #04142F;
}