Navy
#23054D
PurpleColor Codes
All color formats for development
HEX
#23054DRGB
rgb(35, 5, 77)HSL
hsl(265, 88%, 16%)OKLCH
oklch(0.231 0.117 293.7)CMYK
cmyk(55%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0445
2#1C043D
3#180336
4#15032E
5#110226
6#0E021F
7#0A0117
8#07010F
9#030008
Tints
Lighter variations
1#350775
2#470A9D
3#5A0DC6
4#6C0FEE
5#8436F2
6#9D5EF5
7#B586F7
8#CEAEFA
9#E6D7FC
Tones
Muted variations
1#230849
2#240C46
3#251042
4#25133E
5#26173B
6#261A37
7#271E34
8#282230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FE;
--navy-100: #EBDDFD;
--navy-200: #D9C1FB;
--navy-300: #BC91F8;
--navy-400: #9957F4;
--navy-500: #7B27F1;
--navy-600: #600DD3;
--navy-700: #4C0BA8;
--navy-800: #360878;
--navy-900: #23054D;
--navy-950: #160330;
}