Navy
#090A49
BlueColor Codes
All color formats for development
HEX
#090A49RGB
rgb(9, 10, 73)HSL
hsl(239, 78%, 16%)OKLCH
oklch(0.207 0.111 270.6)CMYK
cmyk(88%, 86%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080941
2#07083A
3#060733
4#05062C
5#040524
6#04041D
7#030316
8#02020F
9#010107
Tints
Lighter variations
1#0E0F6F
2#121595
3#171ABB
4#1C1FE1
5#4043E7
6#6669EC
7#8D8EF1
8#B3B4F6
9#D9D9FA
Tones
Muted variations
1#0C0D45
2#0F1042
3#13133F
4#16163C
5#191939
6#1C1C36
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 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C5F8;
--navy-300: #9798F2;
--navy-400: #6062EB;
--navy-500: #3336E6;
--navy-600: #191CC8;
--navy-700: #14169F;
--navy-800: #0E1071;
--navy-900: #090A49;
--navy-950: #06062D;
}