Navy
#1F0849
PurpleColor Codes
All color formats for development
HEX
#1F0849RGB
rgb(31, 8, 73)HSL
hsl(261, 80%, 16%)OKLCH
oklch(0.225 0.109 290.9)CMYK
cmyk(58%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0742
2#19073B
3#160633
4#13052C
5#100425
6#0C031D
7#090216
8#06020F
9#030107
Tints
Lighter variations
1#2F0C70
2#401197
3#5015BD
4#6019E4
5#7A3EEA
6#9565EE
7#AF8BF2
8#CAB2F6
9#E4D8FB
Tones
Muted variations
1#200B46
2#210F43
3#221240
4#23153C
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 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FD;
--navy-100: #E9DFFB;
--navy-200: #D6C3F8;
--navy-300: #B695F3;
--navy-400: #905EED;
--navy-500: #7130E8;
--navy-600: #5516CA;
--navy-700: #4412A1;
--navy-800: #300D73;
--navy-900: #1F0849;
--navy-950: #13052E;
}