Navy
#091549
BlueColor Codes
All color formats for development
HEX
#091549RGB
rgb(9, 21, 73)HSL
hsl(229, 78%, 16%)OKLCH
oklch(0.227 0.098 267.5)CMYK
cmyk(88%, 71%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081341
2#07113A
3#060E33
4#050C2C
5#040A24
6#04081D
7#030616
8#02040F
9#010207
Tints
Lighter variations
1#0E1F6F
2#122A95
3#1735BB
4#1C40E1
5#405FE7
6#667FEC
7#8D9FF1
8#B3BFF6
9#D9DFFA
Tones
Muted variations
1#0C1745
2#0F1942
3#131B3F
4#161D3C
5#191F39
6#1C2136
7#1F2332
8#22252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A7 #97A7F2 | BordersInactive statesPlaceholder text |
| 400 | 607A #607AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3354 #3354E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1939 #1939C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142D #142D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E20 #0E2071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE4FB;
--navy-200: #C4CDF8;
--navy-300: #97A7F2;
--navy-400: #607AEB;
--navy-500: #3354E6;
--navy-600: #1939C8;
--navy-700: #142D9F;
--navy-800: #0E2071;
--navy-900: #091549;
--navy-950: #060D2D;
}