Navy
#1710A2
BlueColor Codes
All color formats for development
HEX
#1710A2RGB
rgb(23, 16, 162)HSL
hsl(243, 82%, 35%)OKLCH
oklch(0.339 0.211 268.7)CMYK
cmyk(86%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150E92
2#130D82
3#100B72
4#0E0A61
5#0C0851
6#090641
7#070531
8#050320
9#020210
Tints
Lighter variations
1#1C13C1
2#2016DF
3#352CEA
4#524AED
5#6F68F0
6#8C86F3
7#A9A5F6
8#C5C3F9
9#E2E1FC
Tones
Muted variations
1#1E179B
2#251F94
3#2B268C
4#322D85
5#38357E
6#3F3C77
7#45436F
8#4C4B68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9994 #9994F4 | BordersInactive statesPlaceholder text |
| 400 | 645D #645DEF | Disabled statesSecondary iconsMuted text |
| 500 | 382E #382EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D14 #1D14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1710 #1710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110B #110B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DFFC;
--navy-200: #C5C3F9;
--navy-300: #9994F4;
--navy-400: #645DEF;
--navy-500: #382EEA;
--navy-600: #1D14CC;
--navy-700: #1710A2;
--navy-800: #110B74;
--navy-900: #0B074A;
--navy-950: #07052E;
}