Navy
#200250
PurpleColor Codes
All color formats for development
HEX
#200250RGB
rgb(32, 2, 80)HSL
hsl(263, 95%, 16%)OKLCH
oklch(0.227 0.124 290.1)CMYK
cmyk(60%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0248
2#190240
3#160138
4#130130
5#100128
6#0D0120
7#0A0118
8#060010
9#030008
Tints
Lighter variations
1#300379
2#4104A3
3#5205CD
4#6206F7
5#7C2EFA
6#9658FB
7#B082FC
8#CBABFD
9#E5D5FE
Tones
Muted variations
1#21064C
2#220A48
3#220E44
4#231240
5#24153C
6#251938
7#261D34
8#272131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFC | BordersInactive statesPlaceholder text |
| 400 | 9251 #9251FB | Disabled statesSecondary iconsMuted text |
| 500 | 731F #731FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5706 #5706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4504 #4504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3203 #32037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #200250 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FF;
--navy-100: #E9DCFE;
--navy-200: #D7BEFD;
--navy-300: #B78DFC;
--navy-400: #9251FB;
--navy-500: #731FF9;
--navy-600: #5706DB;
--navy-700: #4504AE;
--navy-800: #32037C;
--navy-900: #200250;
--navy-950: #140132;
}