Navy
#060679
BlueColor Codes
All color formats for development
HEX
#060679RGB
rgb(6, 6, 121)HSL
hsl(240, 91%, 25%)OKLCH
oklch(0.268 0.175 266.1)CMYK
cmyk(95%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05056E
2#050561
3#040455
4#030349
5#03033D
6#020231
7#020225
8#010118
9#01010C
Tints
Lighter variations
1#07079E
2#0909C3
3#0B0BE7
4#2424F5
5#4848F6
6#6D6DF8
7#9191FA
8#B6B6FC
9#DADAFD
Tones
Muted variations
1#0C0C74
2#11116E
3#171768
4#1D1D63
5#23235D
6#292957
7#2E2E51
8#34344B
9#3A3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F8F #8F8FFA | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2424 #2424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A0A #0A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0808 #0808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #06067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FE;
--navy-100: #DDDDFD;
--navy-200: #C0C0FC;
--navy-300: #8F8FFA;
--navy-400: #5555F7;
--navy-500: #2424F5;
--navy-600: #0A0AD6;
--navy-700: #0808AA;
--navy-800: #06067A;
--navy-900: #04044E;
--navy-950: #020231;
}