Navy
#090D49
BlueColor Codes
All color formats for development
HEX
#090D49RGB
rgb(9, 13, 73)HSL
hsl(236, 78%, 16%)OKLCH
oklch(0.212 0.108 270)CMYK
cmyk(88%, 82%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080C41
2#070B3A
3#060933
4#05082C
5#040724
6#04051D
7#030416
8#02030F
9#010107
Tints
Lighter variations
1#0E146F
2#121B95
3#1722BB
4#1C29E1
5#404CE7
6#666FEC
7#8D93F1
8#B3B7F6
9#D9DBFA
Tones
Muted variations
1#0C1045
2#0F1342
3#13153F
4#16183C
5#191B39
6#1C1E36
7#1F2132
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 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | 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: #979DF2;
--navy-400: #6069EB;
--navy-500: #333FE6;
--navy-600: #1924C8;
--navy-700: #141D9F;
--navy-800: #0E1571;
--navy-900: #090D49;
--navy-950: #06082D;
}