Navy
#1A1F66
BlueColor Codes
All color formats for development
HEX
#1A1F66RGB
rgb(26, 31, 102)HSL
hsl(236, 59%, 25%)OKLCH
oklch(0.288 0.122 272.8)CMYK
cmyk(75%, 70%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181C5B
2#151951
3#121647
4#10133D
5#0D1033
6#0A0C29
7#08091E
8#050614
9#03030A
Tints
Lighter variations
1#222884
2#2A32A2
3#323BC1
4#4952D0
5#676ED8
6#858BE0
7#A4A8E7
8#C2C5EF
9#E1E2F7
Tones
Muted variations
1#1E2262
2#22265E
3#25295A
4#292C56
5#2D2F53
6#31334F
7#34364B
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 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E7 | BordersInactive statesPlaceholder text |
| 400 | 7178 #7178DA | Disabled statesSecondary iconsMuted text |
| 500 | 4952 #4952D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E37 #2E37B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1F #1A1F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E4F8;
--navy-200: #CACDF1;
--navy-300: #A2A6E7;
--navy-400: #7178DA;
--navy-500: #4952D0;
--navy-600: #2E37B2;
--navy-700: #252C8E;
--navy-800: #1A1F65;
--navy-900: #111441;
--navy-950: #0A0C29;
}