Navy
#0909AA
BlueColor Codes
All color formats for development
HEX
#0909AARGB
rgb(9, 9, 170)HSL
hsl(240, 90%, 35%)OKLCH
oklch(0.341 0.226 265.5)CMYK
cmyk(95%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080899
2#070788
3#060677
4#050566
5#040455
6#040444
7#030333
8#020222
9#010111
Tints
Lighter variations
1#0B0BC9
2#0C0CE9
3#2323F3
4#4242F5
5#6262F7
6#8181F8
7#A1A1FA
8#C0C0FC
9#E0E0FD
Tones
Muted variations
1#1111A2
2#19199A
3#212191
4#292989
5#313181
6#393979
7#414171
8#494969
9#515161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2525 #2525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B0B #0B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0909 #0909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #060679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | 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: #F0F0FE;
--navy-100: #DDDDFD;
--navy-200: #C0C0FC;
--navy-300: #9090F9;
--navy-400: #5555F6;
--navy-500: #2525F4;
--navy-600: #0B0BD5;
--navy-700: #0909AA;
--navy-800: #060679;
--navy-900: #04044E;
--navy-950: #030330;
}