Navy
#1F0AA9
BlueColor Codes
All color formats for development
HEX
#1F0AA9RGB
rgb(31, 10, 169)HSL
hsl(248, 89%, 35%)OKLCH
oklch(0.349 0.219 270.8)CMYK
cmyk(82%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0998
2#190887
3#160776
4#130665
5#0F0554
6#0C0443
7#090333
8#060222
9#030111
Tints
Lighter variations
1#250CC8
2#2B0DE7
3#3F24F2
4#5B43F4
5#7662F6
6#9182F8
7#ADA1FA
8#C8C0FB
9#E4E0FD
Tones
Muted variations
1#2512A1
2#2B1A99
3#302291
4#362A89
5#3C3281
6#423979
7#484171
8#4E4969
9#535161
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 | C8C0 #C8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B56 #6B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4126 #4126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 270C #270CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0A #1F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1607 #160778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DDFD;
--navy-200: #C8C0FB;
--navy-300: #9E90F9;
--navy-400: #6B56F5;
--navy-500: #4126F2;
--navy-600: #270CD4;
--navy-700: #1F0AA9;
--navy-800: #160778;
--navy-900: #0E044D;
--navy-950: #090330;
}