Navy
#1A2065
BlueColor Codes
All color formats for development
HEX
#1A2065RGB
rgb(26, 32, 101)HSL
hsl(235, 59%, 25%)OKLCH
oklch(0.289 0.12 272.5)CMYK
cmyk(74%, 68%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181D5B
2#151A51
3#121747
4#10133D
5#0D1033
6#0A0D29
7#080A1E
8#050614
9#03030A
Tints
Lighter variations
1#222A84
2#2A34A2
3#323EC1
4#4954D0
5#6770D8
6#858DE0
7#A4A9E7
8#C2C6EF
9#E1E2F7
Tones
Muted variations
1#1E2462
2#22275E
3#252A5A
4#292D56
5#2D3053
6#31334F
7#34364B
8#383947
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A8 #A2A8E7 | BordersInactive statesPlaceholder text |
| 400 | 717A #717ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4954 #4954D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E39 #2E39B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252D #252D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A20 #1A2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1115 #111541 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F4FC;
--navy-100: #E3E4F8;
--navy-200: #CACEF1;
--navy-300: #A2A8E7;
--navy-400: #717ADA;
--navy-500: #4954D0;
--navy-600: #2E39B2;
--navy-700: #252D8E;
--navy-800: #1A2065;
--navy-900: #111541;
--navy-950: #0A0D29;
}