Navy
#130878
BlueColor Codes
All color formats for development
HEX
#130878RGB
rgb(19, 8, 120)HSL
hsl(246, 88%, 25%)OKLCH
oklch(0.275 0.169 270.7)CMYK
cmyk(84%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11076C
2#0F0660
3#0D0554
4#0B0548
5#09043C
6#080330
7#060224
8#040218
9#02010C
Tints
Lighter variations
1#190A9C
2#1E0CC0
3#240FE4
4#3B27F1
5#5C4BF4
6#7D6FF6
7#9D93F8
8#BEB7FA
9#DEDBFD
Tones
Muted variations
1#170D72
2#1C136D
3#201867
4#251E61
5#29245C
6#2E2956
7#322F51
8#37354B
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B91 #9B91F8 | BordersInactive statesPlaceholder text |
| 400 | 6757 #6757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3B27 #3B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 210D #210DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0B #1A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1308 #130878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C05 #0C054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DDFD;
--navy-200: #C7C1FB;
--navy-300: #9B91F8;
--navy-400: #6757F4;
--navy-500: #3B27F1;
--navy-600: #210DD3;
--navy-700: #1A0BA8;
--navy-800: #130878;
--navy-900: #0C054D;
--navy-950: #080330;
}