Navy
#1317A0
BlueColor Codes
All color formats for development
HEX
#1317A0RGB
rgb(19, 23, 160)HSL
hsl(238, 79%, 35%)OKLCH
oklch(0.342 0.206 267.6)CMYK
cmyk(88%, 86%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111590
2#0F1380
3#0D1070
4#0B0E60
5#090C50
6#070940
7#060730
8#040520
9#020210
Tints
Lighter variations
1#161CBD
2#1A20DB
3#2F35E7
4#4D52EA
5#6B6FEE
6#888CF1
7#A6A9F5
8#C4C5F8
9#E1E2FC
Tones
Muted variations
1#1A1E99
2#212592
3#282B8B
4#2F3284
5#36387D
6#3D3F75
7#44466E
8#4B4C67
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 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9699 #9699F3 | BordersInactive statesPlaceholder text |
| 400 | 5F64 #5F64EC | Disabled statesSecondary iconsMuted text |
| 500 | 3238 #3238E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 181D #181DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1317 #1317A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D11 #0D1172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | 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: #C4C5F8;
--navy-300: #9699F3;
--navy-400: #5F64EC;
--navy-500: #3238E7;
--navy-600: #181DC9;
--navy-700: #1317A0;
--navy-800: #0D1172;
--navy-900: #090B49;
--navy-950: #05072E;
}