Navy
#25054D
PurpleColor Codes
All color formats for development
HEX
#25054DRGB
rgb(37, 5, 77)HSL
hsl(267, 88%, 16%)OKLCH
oklch(0.233 0.117 295.6)CMYK
cmyk(52%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210445
2#1E043D
3#1A0336
4#16032E
5#130226
6#0F021F
7#0B0117
8#07010F
9#040008
Tints
Lighter variations
1#390775
2#4C0A9D
3#600DC6
4#730FEE
5#8A36F2
6#A25EF5
7#B986F7
8#D0AEFA
9#E8D7FC
Tones
Muted variations
1#260849
2#260C46
3#261042
4#27133E
5#27173B
6#271A37
7#281E34
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 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F7F1FE;
--navy-100: #ECDDFD;
--navy-200: #DBC1FB;
--navy-300: #BF91F8;
--navy-400: #9E57F4;
--navy-500: #8227F1;
--navy-600: #660DD3;
--navy-700: #510BA8;
--navy-800: #3A0878;
--navy-900: #25054D;
--navy-950: #170330;
}