Navy
#19199A
BlueColor Codes
All color formats for development
HEX
#19199ARGB
rgb(25, 25, 154)HSL
hsl(240, 72%, 35%)OKLCH
oklch(0.339 0.196 269.4)CMYK
cmyk(84%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16168A
2#14147B
3#11116B
4#0F0F5C
5#0C0C4D
6#0A0A3D
7#07072E
8#05051F
9#02020F
Tints
Lighter variations
1#1E1EB6
2#2222D3
3#3737DF
4#5454E3
5#7070E8
6#8D8DEC
7#A9A9F1
8#C6C6F6
9#E2E2FA
Tones
Muted variations
1#1F1F93
2#26268D
3#2C2C86
4#333380
5#393979
6#404073
7#46466D
8#4C4C66
9#535360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3A #3A3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F1F #1F1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1919 #19199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FA;
--navy-200: #C6C6F6;
--navy-300: #9A9AEF;
--navy-400: #6565E6;
--navy-500: #3A3ADF;
--navy-600: #1F1FC1;
--navy-700: #19199A;
--navy-800: #12126E;
--navy-900: #0B0B46;
--navy-950: #07072C;
}