Navy
#1403B0
BlueColor Codes
All color formats for development
HEX
#1403B0RGB
rgb(20, 3, 176)HSL
hsl(246, 97%, 35%)OKLCH
oklch(0.349 0.232 267.4)CMYK
cmyk(89%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12029E
2#10028D
3#0E027B
4#0C0269
5#0A0158
6#080146
7#060135
8#040123
9#020012
Tints
Lighter variations
1#1803D0
2#1B04F1
3#311AFC
4#4E3BFC
5#6C5CFD
6#897CFD
7#A79DFE
8#C4BEFE
9#E2DEFF
Tones
Muted variations
1#1B0BA7
2#22149F
3#291D96
4#30258D
5#372E85
6#3E377C
7#443F73
8#4B486B
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 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978B #978BFD | BordersInactive statesPlaceholder text |
| 400 | 604F #604FFC | Disabled statesSecondary iconsMuted text |
| 500 | 331D #331DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1903 #1903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1403 #1403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E02 #0E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090150 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C4BEFE;
--navy-300: #978BFD;
--navy-400: #604FFC;
--navy-500: #331DFC;
--navy-600: #1903DD;
--navy-700: #1403B0;
--navy-800: #0E027E;
--navy-900: #090150;
--navy-950: #060132;
}