Navy
#1A1B65
BlueColor Codes
All color formats for development
HEX
#1A1B65RGB
rgb(26, 27, 101)HSL
hsl(239, 59%, 25%)OKLCH
oklch(0.28 0.126 274.1)CMYK
cmyk(74%, 73%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18195B
2#151651
3#121347
4#10103D
5#0D0E33
6#0A0B29
7#08081E
8#050514
9#03030A
Tints
Lighter variations
1#222484
2#2A2CA2
3#3234C1
4#494BD0
5#6769D8
6#8587E0
7#A4A5E7
8#C2C3EF
9#E1E1F7
Tones
Muted variations
1#1E1F62
2#22235E
3#25265A
4#292A56
5#2D2E53
6#31314F
7#34354B
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 | CACB #CACBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A3 #A2A3E7 | BordersInactive statesPlaceholder text |
| 400 | 7173 #7173DA | Disabled statesSecondary iconsMuted text |
| 500 | 494B #494BD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E30 #2E30B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2526 #25268E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1B #1A1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F8;
--navy-200: #CACBF1;
--navy-300: #A2A3E7;
--navy-400: #7173DA;
--navy-500: #494BD0;
--navy-600: #2E30B2;
--navy-700: #25268E;
--navy-800: #1A1B65;
--navy-900: #111241;
--navy-950: #0A0B29;
}