Navy
#1909AA
BlueColor Codes
All color formats for development
HEX
#1909AARGB
rgb(25, 9, 170)HSL
hsl(246, 90%, 35%)OKLCH
oklch(0.346 0.222 268.9)CMYK
cmyk(85%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160899
2#140788
3#110677
4#0F0566
5#0C0455
6#0A0444
7#070333
8#050222
9#020111
Tints
Lighter variations
1#1E0BC9
2#220CE9
3#3723F3
4#5442F5
5#7062F7
6#8D81F8
7#A9A1FA
8#C6C0FC
9#E2E0FD
Tones
Muted variations
1#1F11A2
2#26199A
3#2C2191
4#332989
5#393181
6#403979
7#464171
8#4C4969
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A90 #9A90F9 | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A25 #3A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0B #1F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1909 #1909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1206 #120679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | 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: #F2F0FE;
--navy-100: #E0DDFD;
--navy-200: #C6C0FC;
--navy-300: #9A90F9;
--navy-400: #6555F6;
--navy-500: #3A25F4;
--navy-600: #1F0BD5;
--navy-700: #1909AA;
--navy-800: #120679;
--navy-900: #0B044E;
--navy-950: #070330;
}