Navy
#1706AC
BlueColor Codes
All color formats for development
HEX
#1706ACRGB
rgb(23, 6, 172)HSL
hsl(246, 93%, 35%)OKLCH
oklch(0.347 0.226 268.3)CMYK
cmyk(87%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15069B
2#12058A
3#100479
4#0E0467
5#0B0356
6#090245
7#070234
8#050122
9#020111
Tints
Lighter variations
1#1B07CC
2#1F09EC
3#351FF7
4#523FF8
5#6E5FF9
6#8B7FFA
7#A89FFC
8#C5BFFD
9#E2DFFE
Tones
Muted variations
1#1D0FA4
2#24179C
3#2B1F93
4#31278B
5#383083
6#3F387A
7#454072
8#4C496A
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFB | BordersInactive statesPlaceholder text |
| 400 | 6353 #6353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3722 #3722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D08 #1D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1706 #1706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFE;
--navy-200: #C5BFFD;
--navy-300: #998EFB;
--navy-400: #6353F9;
--navy-500: #3722F7;
--navy-600: #1D08D9;
--navy-700: #1706AC;
--navy-800: #10047B;
--navy-900: #0A034F;
--navy-950: #070231;
}