Navy
#090C49
BlueColor Codes
All color formats for development
HEX
#090C49RGB
rgb(9, 12, 73)HSL
hsl(237, 78%, 16%)OKLCH
oklch(0.21 0.109 270.2)CMYK
cmyk(88%, 84%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080B41
2#070A3A
3#060933
4#05072C
5#040624
6#04051D
7#030416
8#02020F
9#010107
Tints
Lighter variations
1#0E136F
2#121995
3#171FBB
4#1C26E1
5#4049E7
6#666DEC
7#8D92F1
8#B3B6F6
9#D9DBFA
Tones
Muted variations
1#0C0F45
2#0F1242
3#13153F
4#16183C
5#191A39
6#1C1D36
7#1F2032
8#22232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979B #979BF2 | BordersInactive statesPlaceholder text |
| 400 | 6067 #6067EB | Disabled statesSecondary iconsMuted text |
| 500 | 333C #333CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1921 #1921C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141B #141B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E13 #0E1371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C4C7F8;
--navy-300: #979BF2;
--navy-400: #6067EB;
--navy-500: #333CE6;
--navy-600: #1921C8;
--navy-700: #141B9F;
--navy-800: #0E1371;
--navy-900: #090C49;
--navy-950: #06082D;
}