Navy
#131AA0
BlueColor Codes
All color formats for development
HEX
#131AA0RGB
rgb(19, 26, 160)HSL
hsl(237, 79%, 35%)OKLCH
oklch(0.345 0.203 267.5)CMYK
cmyk(88%, 84%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111790
2#0F1580
3#0D1270
4#0B0F60
5#090D50
6#070A40
7#060830
8#040520
9#020310
Tints
Lighter variations
1#161FBD
2#1A23DB
3#2F38E7
4#4D55EA
5#6B71EE
6#888EF1
7#A6AAF5
8#C4C6F8
9#E1E3FC
Tones
Muted variations
1#1A2099
2#212692
3#282D8B
4#2F3384
5#363A7D
6#3D4075
7#44466E
8#4B4D67
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969B #969BF3 | BordersInactive statesPlaceholder text |
| 400 | 5F66 #5F66EC | Disabled statesSecondary iconsMuted text |
| 500 | 323B #323BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1820 #1820C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131A #131AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C6F8;
--navy-300: #969BF3;
--navy-400: #5F66EC;
--navy-500: #323BE7;
--navy-600: #1820C9;
--navy-700: #131AA0;
--navy-800: #0D1272;
--navy-900: #090C49;
--navy-950: #05072E;
}