Navy
#23027E
PurpleColor Codes
All color formats for development
HEX
#23027ERGB
rgb(35, 2, 126)HSL
hsl(256, 97%, 25%)OKLCH
oklch(0.289 0.175 278.3)CMYK
cmyk(72%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0271
2#1C0264
3#180158
4#15014B
5#11013F
6#0E0132
7#0A0126
8#070019
9#03000D
Tints
Lighter variations
1#2D02A3
2#3803C9
3#4204EF
4#581DFC
5#7443FC
6#9068FD
7#AC8EFD
8#C7B4FE
9#E3D9FE
Tones
Muted variations
1#260877
2#290E71
3#2C146B
4#2E1B65
5#31215F
6#342758
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 #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFD | BordersInactive statesPlaceholder text |
| 400 | 7D4F #7D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 581D #581DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D03 #3D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3103 #3103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2302 #23027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160150 | 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: #E5DCFE;
--navy-200: #CFBEFE;
--navy-300: #AA8BFD;
--navy-400: #7D4FFC;
--navy-500: #581DFC;
--navy-600: #3D03DD;
--navy-700: #3103B0;
--navy-800: #23027E;
--navy-900: #160150;
--navy-950: #0E0132;
}