Navy
#1609AA
BlueColor Codes
All color formats for development
HEX
#1609AARGB
rgb(22, 9, 170)HSL
hsl(245, 90%, 35%)OKLCH
oklch(0.345 0.223 268.1)CMYK
cmyk(87%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140899
2#120788
3#100677
4#0D0566
5#0B0455
6#090444
7#070333
8#040222
9#020111
Tints
Lighter variations
1#1A0BC9
2#1F0CE9
3#3423F3
4#5142F5
5#6E62F7
6#8B81F8
7#A8A1FA
8#C5C0FC
9#E2E0FD
Tones
Muted variations
1#1D11A2
2#24199A
3#2A2191
4#312989
5#383181
6#3E3979
7#454171
8#4C4969
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9890 #9890F9 | BordersInactive statesPlaceholder text |
| 400 | 6355 #6355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3625 #3625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C0B #1C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1609 #1609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1006 #100679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFD;
--navy-200: #C5C0FC;
--navy-300: #9890F9;
--navy-400: #6355F6;
--navy-500: #3625F4;
--navy-600: #1C0BD5;
--navy-700: #1609AA;
--navy-800: #100679;
--navy-900: #0A044E;
--navy-950: #060330;
}