Navy
#1A1C99
BlueColor Codes
All color formats for development
HEX
#1A1C99RGB
rgb(26, 28, 153)HSL
hsl(239, 71%, 35%)OKLCH
oklch(0.341 0.192 269.6)CMYK
cmyk(83%, 82%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171989
2#15167A
3#12146B
4#10115C
5#0D0E4C
6#0A0B3D
7#08082E
8#05061F
9#03030F
Tints
Lighter variations
1#1F21B5
2#2326D1
3#393BDD
4#5557E2
5#7173E7
6#8E8FEC
7#AAABF1
8#C6C7F5
9#E3E3FA
Tones
Muted variations
1#202292
2#27288C
3#2D2E86
4#33347F
5#3A3B79
6#404173
7#46476C
8#4D4D66
9#535360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C7 #C6C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9C #9B9CEE | BordersInactive statesPlaceholder text |
| 400 | 6668 #6668E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B3D #3B3DDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2123 #2123C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A1C #1A1C99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1214 #12146D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0D #0C0D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C7F5;
--navy-300: #9B9CEE;
--navy-400: #6668E5;
--navy-500: #3B3DDE;
--navy-600: #2123C0;
--navy-700: #1A1C99;
--navy-800: #12146D;
--navy-900: #0C0D46;
--navy-950: #07082C;
}