Navy
#1A0679
BlueColor Codes
All color formats for development
HEX
#1A0679RGB
rgb(26, 6, 121)HSL
hsl(250, 91%, 25%)OKLCH
oklch(0.279 0.169 274)CMYK
cmyk(79%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17056E
2#140561
3#120455
4#0F0349
5#0D033D
6#0A0231
7#080225
8#050118
9#03010C
Tints
Lighter variations
1#21079E
2#2809C3
3#300BE7
4#4724F5
5#6548F6
6#846DF8
7#A391FA
8#C2B6FC
9#E0DAFD
Tones
Muted variations
1#1D0C74
2#21116E
3#251768
4#291D63
5#2C235D
6#302957
7#342E51
8#38344B
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A18F #A18FFA | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4724 #4724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0A #2C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2308 #2308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1906 #19067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFD;
--navy-200: #CAC0FC;
--navy-300: #A18FFA;
--navy-400: #7055F7;
--navy-500: #4724F5;
--navy-600: #2C0AD6;
--navy-700: #2308AA;
--navy-800: #19067A;
--navy-900: #10044E;
--navy-950: #0A0231;
}