Navy
#1F149F
BlueColor Codes
All color formats for development
HEX
#1F149FRGB
rgb(31, 20, 159)HSL
hsl(245, 78%, 35%)OKLCH
oklch(0.343 0.203 271.3)CMYK
cmyk(81%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C128F
2#19107F
3#160E6F
4#130C5F
5#100A4F
6#0C0840
7#090630
8#060420
9#030210
Tints
Lighter variations
1#2517BC
2#2B1BDA
3#4030E5
4#5B4EE9
5#766BED
6#9289F0
7#ADA6F4
8#C8C4F8
9#E4E1FB
Tones
Muted variations
1#251B98
2#2B2291
3#31298A
4#362F83
5#3C367C
6#423D75
7#48446E
8#4E4B67
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E2DFFB;
--navy-200: #C8C4F8;
--navy-300: #9E97F2;
--navy-400: #6C60EB;
--navy-500: #4233E6;
--navy-600: #2719C8;
--navy-700: #1F149F;
--navy-800: #160E71;
--navy-900: #0E0949;
--navy-950: #09062D;
}