Navy
#0A0AA9
BlueColor Codes
All color formats for development
HEX
#0A0AA9RGB
rgb(10, 10, 169)HSL
hsl(240, 89%, 35%)OKLCH
oklch(0.34 0.224 265.7)CMYK
cmyk(94%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090998
2#080887
3#070776
4#060665
5#050554
6#040443
7#030333
8#020222
9#010111
Tints
Lighter variations
1#0C0CC8
2#0D0DE7
3#2424F2
4#4343F4
5#6262F6
6#8282F8
7#A1A1FA
8#C0C0FB
9#E0E0FD
Tones
Muted variations
1#1212A1
2#1A1A99
3#222291
4#2A2A89
5#323281
6#393979
7#414171
8#494969
9#515161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5656 #5656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2626 #2626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C0C #0C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A0A #0A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0707 #070778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DDDDFD;
--navy-200: #C0C0FB;
--navy-300: #9090F9;
--navy-400: #5656F5;
--navy-500: #2626F2;
--navy-600: #0C0CD4;
--navy-700: #0A0AA9;
--navy-800: #070778;
--navy-900: #04044D;
--navy-950: #030330;
}