Navy
#1304AE
BlueColor Codes
All color formats for development
HEX
#1304AERGB
rgb(19, 4, 174)HSL
hsl(245, 96%, 35%)OKLCH
oklch(0.347 0.23 267.3)CMYK
cmyk(89%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10039D
2#0E038C
3#0C027A
4#0B0269
5#090257
6#070146
7#050134
8#040123
9#020011
Tints
Lighter variations
1#1504CF
2#1805F0
3#2E1CFA
4#4C3CFB
5#6A5DFC
6#887DFC
7#A59EFD
8#C3BEFE
9#E1DFFE
Tones
Muted variations
1#190CA6
2#20159E
3#271D95
4#2E268D
5#362E84
6#3D377C
7#444073
8#4B486A
9#525162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958C #958CFD | BordersInactive statesPlaceholder text |
| 400 | 5E50 #5E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 301E #301EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1604 #1604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1204 #1204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C3BEFE;
--navy-300: #958CFD;
--navy-400: #5E50FB;
--navy-500: #301EFA;
--navy-600: #1604DC;
--navy-700: #1204AF;
--navy-800: #0D037D;
--navy-900: #080250;
--navy-950: #050132;
}