Navy
#1C0250
PurpleColor Codes
All color formats for development
HEX
#1C0250RGB
rgb(28, 2, 80)HSL
hsl(260, 95%, 16%)OKLCH
oklch(0.222 0.124 286.3)CMYK
cmyk(65%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190248
2#160240
3#140138
4#110130
5#0E0128
6#0B0120
7#080118
8#060010
9#030008
Tints
Lighter variations
1#2B0379
2#3904A3
3#4805CD
4#5606F7
5#722EFA
6#8E58FB
7#AA82FC
8#C7ABFD
9#E3D5FE
Tones
Muted variations
1#1D064C
2#1E0A48
3#200E44
4#211240
5#22153C
6#241938
7#251D34
8#262131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BE #D3BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28D #B28DFC | BordersInactive statesPlaceholder text |
| 400 | 8951 #8951FB | Disabled statesSecondary iconsMuted text |
| 500 | 681F #681FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D06 #4D06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D04 #3D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C03 #2C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FF;
--navy-100: #E7DCFE;
--navy-200: #D3BEFD;
--navy-300: #B28DFC;
--navy-400: #8951FB;
--navy-500: #681FF9;
--navy-600: #4D06DB;
--navy-700: #3D04AE;
--navy-800: #2C037C;
--navy-900: #1C0250;
--navy-950: #110132;
}