Navy
#24034E
PurpleColor Codes
All color formats for development
HEX
#24034ERGB
rgb(36, 3, 78)HSL
hsl(266, 93%, 16%)OKLCH
oklch(0.231 0.121 294.6)CMYK
cmyk(54%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200347
2#1D023F
3#190237
4#15022F
5#120127
6#0E011F
7#0B0118
8#070110
9#040008
Tints
Lighter variations
1#370478
2#4906A1
3#5C07CB
4#6F09F4
5#8730F8
6#9F5AF9
7#B783FB
8#CFACFC
9#E7D6FE
Tones
Muted variations
1#24074B
2#250A47
3#250E43
4#261240
5#26163C
6#271A38
7#271D34
8#282130
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFB | BordersInactive statesPlaceholder text |
| 400 | 9B53 #9B53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E22 #7E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6208 #6208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E06 #4E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FE;
--navy-100: #EBDDFE;
--navy-200: #DABFFD;
--navy-300: #BD8EFB;
--navy-400: #9B53F9;
--navy-500: #7E22F7;
--navy-600: #6208D9;
--navy-700: #4E06AC;
--navy-800: #38047B;
--navy-900: #24034F;
--navy-950: #160231;
}