Navy
#200849
PurpleColor Codes
All color formats for development
HEX
#200849RGB
rgb(32, 8, 73)HSL
hsl(262, 80%, 16%)OKLCH
oklch(0.226 0.109 291.9)CMYK
cmyk(56%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0742
2#1A073B
3#160633
4#13052C
5#100425
6#0D031D
7#0A0216
8#06020F
9#030107
Tints
Lighter variations
1#310C70
2#421197
3#5315BD
4#6319E4
5#7D3EEA
6#9765EE
7#B18BF2
8#CBB2F6
9#E5D8FB
Tones
Muted variations
1#210B46
2#220F43
3#231240
4#24153C
5#241839
6#251C36
7#261F33
8#27222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C3 #D7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B895 #B895F3 | BordersInactive statesPlaceholder text |
| 400 | 935E #935EED | Disabled statesSecondary iconsMuted text |
| 500 | 7430 #7430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5816 #5816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4612 #4612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2008 #200849 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FD;
--navy-100: #E9DFFB;
--navy-200: #D7C3F8;
--navy-300: #B895F3;
--navy-400: #935EED;
--navy-500: #7430E8;
--navy-600: #5816CA;
--navy-700: #4612A1;
--navy-800: #320D73;
--navy-900: #200849;
--navy-950: #14052E;
}