Navy
#091A49
BlueColor Codes
All color formats for development
HEX
#091A49RGB
rgb(9, 26, 73)HSL
hsl(224, 78%, 16%)OKLCH
oklch(0.239 0.091 265)CMYK
cmyk(88%, 64%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081741
2#07153A
3#061233
4#05102C
5#040D24
6#040A1D
7#030816
8#02050F
9#010307
Tints
Lighter variations
1#0E286F
2#123595
3#1743BB
4#1C50E1
5#406DE7
6#668AEC
7#8DA7F1
8#B3C5F6
9#D9E2FA
Tones
Muted variations
1#0C1B45
2#0F1D42
3#131E3F
4#16203C
5#192139
6#1C2336
7#1F2432
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6085 #6085EB | Disabled statesSecondary iconsMuted text |
| 500 | 3362 #3362E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1947 #1947C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1439 #14399F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E29 #0E2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE7FB;
--navy-200: #C4D2F8;
--navy-300: #97AFF2;
--navy-400: #6085EB;
--navy-500: #3362E6;
--navy-600: #1947C8;
--navy-700: #14399F;
--navy-800: #0E2971;
--navy-900: #091A49;
--navy-950: #06102D;
}