Navy
#090E49
BlueColor Codes
All color formats for development
HEX
#090E49RGB
rgb(9, 14, 73)HSL
hsl(235, 78%, 16%)OKLCH
oklch(0.214 0.107 269.8)CMYK
cmyk(88%, 81%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080D41
2#070B3A
3#060A33
4#05092C
5#040724
6#04061D
7#030416
8#02030F
9#010107
Tints
Lighter variations
1#0E166F
2#121D95
3#1725BB
4#1C2CE1
5#404EE7
6#6672EC
7#8D95F1
8#B3B8F6
9#D9DCFA
Tones
Muted variations
1#0C1145
2#0F1442
3#13163F
4#16193C
5#191C39
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 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979E #979EF2 | BordersInactive statesPlaceholder text |
| 400 | 606C #606CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3342 #3342E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1927 #1927C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141F #141F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E16 #0E1671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE2FB;
--navy-200: #C4C8F8;
--navy-300: #979EF2;
--navy-400: #606CEB;
--navy-500: #3342E6;
--navy-600: #1927C8;
--navy-700: #141F9F;
--navy-800: #0E1671;
--navy-900: #090E49;
--navy-950: #06092D;
}