Navy
#1A1D66
BlueColor Codes
All color formats for development
HEX
#1A1D66RGB
rgb(26, 29, 102)HSL
hsl(238, 59%, 25%)OKLCH
oklch(0.285 0.125 273.4)CMYK
cmyk(75%, 72%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181A5B
2#151751
3#121447
4#10113D
5#0D0E33
6#0A0B29
7#08091E
8#050614
9#03030A
Tints
Lighter variations
1#222584
2#2A2EA2
3#3236C1
4#494DD0
5#676BD8
6#8588E0
7#A4A6E7
8#C2C4EF
9#E1E1F7
Tones
Muted variations
1#1E2062
2#22245E
3#25275A
4#292B56
5#2D2E53
6#31324F
7#34354B
8#383947
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 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | 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: #CACCF1;
--navy-300: #A2A4E7;
--navy-400: #7175DA;
--navy-500: #494DD0;
--navy-600: #2E32B2;
--navy-700: #25288E;
--navy-800: #1A1D65;
--navy-900: #111241;
--navy-950: #0A0B29;
}