Navy
#2313A0
BlueColor Codes
All color formats for development
HEX
#2313A0RGB
rgb(35, 19, 160)HSL
hsl(247, 79%, 35%)OKLCH
oklch(0.346 0.204 272.7)CMYK
cmyk(78%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#201190
2#1C0F80
3#190D70
4#150B60
5#120950
6#0E0740
7#0B0630
8#070420
9#040210
Tints
Lighter variations
1#2A16BD
2#301ADB
3#452FE7
4#5F4DEA
5#7A6BEE
6#9588F1
7#AFA6F5
8#CAC4F8
9#E4E1FC
Tones
Muted variations
1#291A99
2#2E2192
3#33288B
4#392F84
5#3E367D
6#443D75
7#49446E
8#4E4B67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A196 #A196F3 | BordersInactive statesPlaceholder text |
| 400 | 705F #705FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4732 #4732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C18 #2C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2313 #2313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC4F8;
--navy-300: #A196F3;
--navy-400: #705FEC;
--navy-500: #4732E7;
--navy-600: #2C18C9;
--navy-700: #2313A0;
--navy-800: #190D72;
--navy-900: #100949;
--navy-950: #0A052E;
}