Navy
#23189A
BlueColor Codes
All color formats for development
HEX
#23189ARGB
rgb(35, 24, 154)HSL
hsl(245, 73%, 35%)OKLCH
oklch(0.343 0.194 273)CMYK
cmyk(77%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F168B
2#1C137C
3#18116C
4#150E5D
5#110C4D
6#0E0A3E
7#0A072E
8#07051F
9#03020F
Tints
Lighter variations
1#291DB7
2#3021D4
3#4436E0
4#5F53E4
5#7A70E9
6#948CED
7#AFA9F2
8#CAC6F6
9#E4E2FB
Tones
Muted variations
1#281F94
2#2E258D
3#332C87
4#393280
5#3E397A
6#443F73
7#49466D
8#4E4C66
9#545360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FA;
--navy-200: #CAC6F6;
--navy-300: #A19AEF;
--navy-400: #6F65E7;
--navy-500: #4638E0;
--navy-600: #2C1EC2;
--navy-700: #23189A;
--navy-800: #19116E;
--navy-900: #100B47;
--navy-950: #0A072C;
}