Navy
#25064B
PurpleColor Codes
All color formats for development
HEX
#25064BRGB
rgb(37, 6, 75)HSL
hsl(267, 85%, 16%)OKLCH
oklch(0.232 0.114 296.4)CMYK
cmyk(51%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220644
2#1E053C
3#1A0435
4#16042D
5#130326
6#0F021E
7#0B0217
8#07010F
9#040108
Tints
Lighter variations
1#390973
2#4D0D9B
3#6010C2
4#7413EA
5#8B39EF
6#A260F2
7#B988F5
8#D1B0F9
9#E8D7FC
Tones
Muted variations
1#260A48
2#260D45
3#261141
4#27143E
5#27173A
6#271B37
7#281E33
8#282230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF92 #BF92F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5A #9E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 822B #822BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6711 #6711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520D #520DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2506 #25064B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F1FE;
--navy-100: #ECDEFC;
--navy-200: #DBC2FA;
--navy-300: #BF92F6;
--navy-400: #9E5AF2;
--navy-500: #822BEE;
--navy-600: #6711D0;
--navy-700: #520DA5;
--navy-800: #3A0A76;
--navy-900: #25064B;
--navy-950: #17042F;
}