Navy
#1608AA
BlueColor Codes
All color formats for development
HEX
#1608AARGB
rgb(22, 8, 170)HSL
hsl(245, 91%, 35%)OKLCH
oklch(0.345 0.224 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#130799
2#110688
3#0F0677
4#0D0566
5#0B0455
6#090344
7#060233
8#040222
9#020111
Tints
Lighter variations
1#1A0ACA
2#1E0BEA
3#3321F5
4#5041F6
5#6D61F8
6#8A80F9
7#A8A0FB
8#C5C0FC
9#E2DFFE
Tones
Muted variations
1#1C10A2
2#23189A
3#2A2092
4#31298A
5#373182
6#3E397A
7#454172
8#4C4969
9#525161
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 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | 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: #988FFA;
--navy-400: #6255F7;
--navy-500: #3524F5;
--navy-600: #1B0AD6;
--navy-700: #1608AA;
--navy-800: #0F067A;
--navy-900: #0A044E;
--navy-950: #060231;
}