Navy
#1A1A65
BlueColor Codes
All color formats for development
HEX
#1A1A65RGB
rgb(26, 26, 101)HSL
hsl(240, 59%, 25%)OKLCH
oklch(0.278 0.127 274.3)CMYK
cmyk(74%, 74%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18185B
2#151551
3#121247
4#10103D
5#0D0D33
6#0A0A29
7#08081E
8#050514
9#03030A
Tints
Lighter variations
1#222284
2#2A2AA2
3#3232C1
4#4949D0
5#6767D8
6#8585E0
7#A4A4E7
8#C2C2EF
9#E1E1F7
Tones
Muted variations
1#1E1E62
2#22225E
3#25255A
4#292956
5#2D2D53
6#31314F
7#34344B
8#383847
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E7 | BordersInactive statesPlaceholder text |
| 400 | 7171 #7171DA | Disabled statesSecondary iconsMuted text |
| 500 | 4949 #4949D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E2E #2E2EB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F8;
--navy-200: #CACAF1;
--navy-300: #A2A2E7;
--navy-400: #7171DA;
--navy-500: #4949D0;
--navy-600: #2E2EB2;
--navy-700: #25258E;
--navy-800: #1A1A65;
--navy-900: #111141;
--navy-950: #0A0A29;
}