Navy
#23159D
BlueColor Codes
All color formats for development
HEX
#23159DRGB
rgb(35, 21, 157)HSL
hsl(246, 76%, 35%)OKLCH
oklch(0.344 0.199 272.9)CMYK
cmyk(78%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F138D
2#1C117E
3#180F6E
4#150D5E
5#110B4F
6#0E093F
7#0A062F
8#07041F
9#030210
Tints
Lighter variations
1#2919BA
2#301DD7
3#4433E3
4#5F50E7
5#7A6DEB
6#948AEF
7#AFA7F3
8#CAC5F7
9#E4E2FB
Tones
Muted variations
1#281C96
2#2E2390
3#332A89
4#393182
5#3E377B
6#443E74
7#49456E
8#4E4C67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #CAC5F7;
--navy-300: #A198F1;
--navy-400: #6F62EA;
--navy-500: #4635E3;
--navy-600: #2C1BC5;
--navy-700: #23159D;
--navy-800: #190F70;
--navy-900: #100A48;
--navy-950: #0A062D;
}