Navy
#090977
BlueColor Codes
All color formats for development
HEX
#090977RGB
rgb(9, 9, 119)HSL
hsl(240, 86%, 25%)OKLCH
oklch(0.27 0.17 267.1)CMYK
cmyk(92%, 92%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08086B
2#07075F
3#060653
4#050547
5#04043B
6#04042F
7#030324
8#020218
9#01010C
Tints
Lighter variations
1#0C0C9A
2#0E0EBE
3#1111E1
4#2A2AEF
5#4D4DF2
6#7171F4
7#9494F7
8#B8B8FA
9#DBDBFC
Tones
Muted variations
1#0E0E71
2#14146C
3#191966
4#1F1F61
5#24245B
6#2A2A56
7#2F2F50
8#35354B
9#3A3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F7 | BordersInactive statesPlaceholder text |
| 400 | 5959 #5959F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A2A #2A2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1010 #1010D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0909 #090977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064C | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFD;
--navy-200: #C1C1FA;
--navy-300: #9292F7;
--navy-400: #5959F3;
--navy-500: #2A2AEF;
--navy-600: #1010D1;
--navy-700: #0C0CA6;
--navy-800: #090977;
--navy-900: #06064C;
--navy-950: #04042F;
}