Navy
#23017E
PurpleColor Codes
All color formats for development
HEX
#23017ERGB
rgb(35, 1, 126)HSL
hsl(256, 98%, 25%)OKLCH
oklch(0.289 0.175 278.4)CMYK
cmyk(72%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0172
2#1C0165
3#180158
4#15014C
5#11013F
6#0E0132
7#0A0026
8#070019
9#03000D
Tints
Lighter variations
1#2D02A4
2#3702CA
3#4202F0
4#581CFD
5#7442FD
6#9068FD
7#AB8DFE
8#C7B3FE
9#E3D9FF
Tones
Muted variations
1#260878
2#280E72
3#2B146B
4#2E1A65
5#31215F
6#342759
7#372D52
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 | E5DC #E5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFE | BordersInactive statesPlaceholder text |
| 400 | 7D4E #7D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 581C #581CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D02 #3D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3002 #3002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2301 #23017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160151 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DCFF;
--navy-200: #CFBDFE;
--navy-300: #AA8BFE;
--navy-400: #7D4EFD;
--navy-500: #581CFD;
--navy-600: #3D02DE;
--navy-700: #3002B1;
--navy-800: #23017E;
--navy-900: #160151;
--navy-950: #0E0132;
}