Navy
#1017A2
BlueColor Codes
All color formats for development
HEX
#1017A2RGB
rgb(16, 23, 162)HSL
hsl(237, 82%, 35%)OKLCH
oklch(0.343 0.209 266.9)CMYK
cmyk(90%, 86%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1592
2#0D1382
3#0B1072
4#0A0E61
5#080C51
6#060941
7#050731
8#030520
9#020210
Tints
Lighter variations
1#131CC1
2#1620DF
3#2C35EA
4#4A52ED
5#686FF0
6#868CF3
7#A5A9F6
8#C3C5F9
9#E1E2FC
Tones
Muted variations
1#171E9B
2#1F2594
3#262B8C
4#2D3285
5#35387E
6#3C3F77
7#43456F
8#4B4C68
9#525361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9499 #9499F4 | BordersInactive statesPlaceholder text |
| 400 | 5D64 #5D64EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E38 #2E38EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 141D #141DCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1017 #1017A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B11 #0B1174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DFE0FC;
--navy-200: #C3C5F9;
--navy-300: #9499F4;
--navy-400: #5D64EF;
--navy-500: #2E38EA;
--navy-600: #141DCC;
--navy-700: #1017A2;
--navy-800: #0B1174;
--navy-900: #070B4A;
--navy-950: #05072E;
}