Navy
#1315A0
BlueColor Codes
All color formats for development
HEX
#1315A0RGB
rgb(19, 21, 160)HSL
hsl(239, 79%, 35%)OKLCH
oklch(0.34 0.207 267.7)CMYK
cmyk(88%, 87%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111390
2#0F1180
3#0D0F70
4#0B0D60
5#090B50
6#070840
7#060630
8#040420
9#020210
Tints
Lighter variations
1#1619BD
2#1A1DDB
3#2F32E7
4#4D50EA
5#6B6DEE
6#888AF1
7#A6A7F5
8#C4C5F8
9#E1E2FC
Tones
Muted variations
1#1A1C99
2#212392
3#282A8B
4#2F3084
5#36377D
6#3D3E75
7#44456E
8#4B4C67
9#525260
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 | 9698 #9698F3 | BordersInactive statesPlaceholder text |
| 400 | 5F62 #5F62EC | Disabled statesSecondary iconsMuted text |
| 500 | 3235 #3235E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 181B #181BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1315 #1315A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0F #0D0F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | 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: #9698F3;
--navy-400: #5F62EC;
--navy-500: #3235E7;
--navy-600: #181BC9;
--navy-700: #1315A0;
--navy-800: #0D0F72;
--navy-900: #090A49;
--navy-950: #05062E;
}