Navy
#190CA7
BlueColor Codes
All color formats for development
HEX
#190CA7RGB
rgb(25, 12, 167)HSL
hsl(245, 87%, 35%)OKLCH
oklch(0.344 0.218 269.1)CMYK
cmyk(85%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160A96
2#140986
3#110875
4#0F0764
5#0C0653
6#0A0543
7#070332
8#050221
9#020111
Tints
Lighter variations
1#1D0EC6
2#2210E5
3#3726F0
4#5345F2
5#7064F4
6#8D83F6
7#A9A2F9
8#C6C1FB
9#E2E0FD
Tones
Muted variations
1#1F139F
2#251B97
3#2C2390
4#322B88
5#393280
6#3F3A78
7#464271
8#4C4A69
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A91 #9A91F7 | BordersInactive statesPlaceholder text |
| 400 | 6558 #6558F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3928 #3928F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0F #1F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1208 #120877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054C | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFD;
--navy-200: #C6C1FB;
--navy-300: #9A91F7;
--navy-400: #6558F3;
--navy-500: #3928F0;
--navy-600: #1F0FD2;
--navy-700: #190CA7;
--navy-800: #120877;
--navy-900: #0B054C;
--navy-950: #070330;
}