Navy
#190250
PurpleColor Codes
All color formats for development
HEX
#190250RGB
rgb(25, 2, 80)HSL
hsl(258, 95%, 16%)OKLCH
oklch(0.218 0.125 283.5)CMYK
cmyk(69%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170248
2#140240
3#120138
4#0F0130
5#0D0128
6#0A0120
7#080118
8#050010
9#030008
Tints
Lighter variations
1#270379
2#3404A3
3#4105CD
4#4E06F7
5#6B2EFA
6#8958FB
7#A682FC
8#C4ABFD
9#E1D5FE
Tones
Muted variations
1#1B064C
2#1C0A48
3#1E0E44
4#1F1240
5#21153C
6#231938
7#241D34
8#262131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFC | BordersInactive statesPlaceholder text |
| 400 | 8451 #8451FB | Disabled statesSecondary iconsMuted text |
| 500 | 611F #611FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4606 #4606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2803 #28037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E6DCFE;
--navy-200: #D1BEFD;
--navy-300: #AE8DFC;
--navy-400: #8451FB;
--navy-500: #611FF9;
--navy-600: #4606DB;
--navy-700: #3704AE;
--navy-800: #28037C;
--navy-900: #190250;
--navy-950: #100132;
}