Navy
#1A2166
BlueColor Codes
All color formats for development
HEX
#1A2166RGB
rgb(26, 33, 102)HSL
hsl(234, 59%, 25%)OKLCH
oklch(0.292 0.12 272.1)CMYK
cmyk(75%, 68%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181E5B
2#151B51
3#121847
4#10143D
5#0D1133
6#0A0D29
7#080A1E
8#050714
9#03030A
Tints
Lighter variations
1#222C84
2#2A36A2
3#3240C1
4#4956D0
5#6772D8
6#858EE0
7#A4ABE7
8#C2C7EF
9#E1E3F7
Tones
Muted variations
1#1E2562
2#22285E
3#252B5A
4#292E56
5#2D3153
6#31344F
7#34374B
8#383A47
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E7 | BordersInactive statesPlaceholder text |
| 400 | 717C #717CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4956 #4956D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E3B #2E3BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252F #252F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A22 #1A2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111641 | 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: #E3E5F8;
--navy-200: #CACEF1;
--navy-300: #A2A9E7;
--navy-400: #717CDA;
--navy-500: #4956D0;
--navy-600: #2E3BB2;
--navy-700: #252F8E;
--navy-800: #1A2265;
--navy-900: #111641;
--navy-950: #0A0D29;
}