Navy
#1A064B
PurpleColor Codes
All color formats for development
HEX
#1A064BRGB
rgb(26, 6, 75)HSL
hsl(257, 85%, 16%)OKLCH
oklch(0.219 0.114 285.5)CMYK
cmyk(65%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170644
2#15053C
3#120435
4#0F042D
5#0D0326
6#0A021E
7#080217
8#05010F
9#030108
Tints
Lighter variations
1#270973
2#350D9B
3#4210C2
4#5013EA
5#6C39EF
6#8A60F2
7#A788F5
8#C4B0F9
9#E2D7FC
Tones
Muted variations
1#1B0A48
2#1D0D45
3#1E1141
4#20143E
5#21173A
6#231B37
7#241E33
8#262230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF92 #AF92F6 | BordersInactive statesPlaceholder text |
| 400 | 855A #855AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 622B #622BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4711 #4711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 380D #380DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280A #280A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A06 #1A064B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FE;
--navy-100: #E7DEFC;
--navy-200: #D2C2FA;
--navy-300: #AF92F6;
--navy-400: #855AF2;
--navy-500: #622BEE;
--navy-600: #4711D0;
--navy-700: #380DA5;
--navy-800: #280A76;
--navy-900: #1A064B;
--navy-950: #10042F;
}