Navy
#25017E
PurpleColor Codes
All color formats for development
HEX
#25017ERGB
rgb(37, 1, 126)HSL
hsl(257, 98%, 25%)OKLCH
oklch(0.29 0.175 279.6)CMYK
cmyk(71%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210172
2#1D0165
3#1A0158
4#16014C
5#12013F
6#0F0132
7#0B0026
8#070019
9#04000D
Tints
Lighter variations
1#3002A4
2#3B02CA
3#4602F0
4#5C1CFD
5#7742FD
6#9268FD
7#AD8DFE
8#C9B3FE
9#E4D9FF
Tones
Muted variations
1#270878
2#2A0E72
3#2D146B
4#301A65
5#32215F
6#352759
7#382D52
8#3A334C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E6DCFF;
--navy-200: #D0BDFE;
--navy-300: #AB8BFE;
--navy-400: #804EFD;
--navy-500: #5C1CFD;
--navy-600: #4102DE;
--navy-700: #3302B1;
--navy-800: #25017E;
--navy-900: #170151;
--navy-950: #0F0132;
}