Navy
#100679
BlueColor Codes
All color formats for development
HEX
#100679RGB
rgb(16, 6, 121)HSL
hsl(245, 91%, 25%)OKLCH
oklch(0.273 0.172 269.4)CMYK
cmyk(87%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E056E
2#0C0561
3#0B0455
4#090349
5#08033D
6#060231
7#050225
8#030118
9#02010C
Tints
Lighter variations
1#14079E
2#1909C3
3#1D0BE7
4#3524F5
5#5748F6
6#786DF8
7#9A91FA
8#BCB6FC
9#DDDAFD
Tones
Muted variations
1#140C74
2#19116E
3#1E1768
4#231D63
5#28235D
6#2C2957
7#312E51
8#36344B
9#3B3A46
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 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFD;
--navy-200: #C5C0FC;
--navy-300: #988FFA;
--navy-400: #6255F7;
--navy-500: #3524F5;
--navy-600: #1B0AD6;
--navy-700: #1608AA;
--navy-800: #0F067A;
--navy-900: #0A044E;
--navy-950: #060231;
}