Navy
#130C73
BlueColor Codes
All color formats for development
HEX
#130C73RGB
rgb(19, 12, 115)HSL
hsl(244, 81%, 25%)OKLCH
oklch(0.271 0.161 271)CMYK
cmyk(83%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110B68
2#0F0A5C
3#0D0851
4#0B0745
5#09063A
6#08052E
7#060423
8#040217
9#02010C
Tints
Lighter variations
1#191096
2#1E13B9
3#2417DB
4#3C2FE9
5#5C52ED
6#7D75F0
7#9D97F4
8#BEBAF8
9#DEDCFB
Tones
Muted variations
1#17116E
2#1C1669
3#201C64
4#25215F
5#29265A
6#2E2B54
7#32304F
8#37354A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B95 #9B95F4 | BordersInactive statesPlaceholder text |
| 400 | 675D #675DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3C2F #3C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2115 #2115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B11 #1B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130C #130C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C08 #0C084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DFFC;
--navy-200: #C7C3F9;
--navy-300: #9B95F4;
--navy-400: #675DEE;
--navy-500: #3C2FE9;
--navy-600: #2115CB;
--navy-700: #1B11A2;
--navy-800: #130C73;
--navy-900: #0C084A;
--navy-950: #08052E;
}