Navy
#1504AE
BlueColor Codes
All color formats for development
HEX
#1504AERGB
rgb(21, 4, 174)HSL
hsl(246, 96%, 35%)OKLCH
oklch(0.348 0.229 267.7)CMYK
cmyk(88%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13039D
2#11038C
3#0E027A
4#0C0269
5#0A0257
6#080146
7#060134
8#040123
9#020011
Tints
Lighter variations
1#1904CF
2#1C05F0
3#321CFA
4#4F3CFB
5#6C5DFC
6#8A7DFC
7#A79EFD
8#C4BEFE
9#E2DFFE
Tones
Muted variations
1#1C0CA6
2#22159E
3#291D95
4#30268D
5#372E84
6#3E377C
7#454073
8#4C486A
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 | 978C #978CFD | BordersInactive statesPlaceholder text |
| 400 | 6150 #6150FB | Disabled statesSecondary iconsMuted text |
| 500 | 341E #341EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A04 #1A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #090250 | 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: #978CFD;
--navy-400: #6150FB;
--navy-500: #341EFA;
--navy-600: #1A04DC;
--navy-700: #1504AF;
--navy-800: #0F037D;
--navy-900: #090250;
--navy-950: #060132;
}