Navy
#130E71
BlueColor Codes
All color formats for development
HEX
#130E71RGB
rgb(19, 14, 113)HSL
hsl(243, 78%, 25%)OKLCH
oklch(0.271 0.157 271.1)CMYK
cmyk(83%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110D66
2#0F0B5B
3#0D0A4F
4#0B0844
5#090739
6#08062D
7#060422
8#040317
9#02010B
Tints
Lighter variations
1#191294
2#1E16B6
3#241BD8
4#3C33E6
5#5C55EA
6#7D77EE
7#9D99F2
8#BEBBF7
9#DEDDFB
Tones
Muted variations
1#17136D
2#1C1868
3#201D63
4#25225E
5#292759
6#2E2C54
7#32314F
8#37364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B97 #9B97F2 | BordersInactive statesPlaceholder text |
| 400 | 6760 #6760EB | Disabled statesSecondary iconsMuted text |
| 500 | 3C33 #3C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2119 #2119C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B14 #1B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130E #130E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C4F8;
--navy-300: #9B97F2;
--navy-400: #6760EB;
--navy-500: #3C33E6;
--navy-600: #2119C8;
--navy-700: #1B149F;
--navy-800: #130E71;
--navy-900: #0C0949;
--navy-950: #08062D;
}