Navy
#180679
BlueColor Codes
All color formats for development
HEX
#180679RGB
rgb(24, 6, 121)HSL
hsl(249, 91%, 25%)OKLCH
oklch(0.277 0.17 273)CMYK
cmyk(80%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15056E
2#130561
3#100455
4#0E0349
5#0C033D
6#090231
7#070225
8#050118
9#02010C
Tints
Lighter variations
1#1E079E
2#2509C3
3#2C0BE7
4#4324F5
5#6248F6
6#826DF8
7#A191FA
8#C0B6FC
9#E0DAFD
Tones
Muted variations
1#1B0C74
2#1F116E
3#231768
4#271D63
5#2B235D
6#302957
7#342E51
8#38344B
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8F #9F8FFA | BordersInactive statesPlaceholder text |
| 400 | 6D55 #6D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4324 #4324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 290A #290AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2008 #2008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1706 #17067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E2DDFD;
--navy-200: #C9C0FC;
--navy-300: #9F8FFA;
--navy-400: #6D55F7;
--navy-500: #4324F5;
--navy-600: #290AD6;
--navy-700: #2008AA;
--navy-800: #17067A;
--navy-900: #0F044E;
--navy-950: #090231;
}