Navy
#24054D
PurpleColor Codes
All color formats for development
HEX
#24054DRGB
rgb(36, 5, 77)HSL
hsl(266, 88%, 16%)OKLCH
oklch(0.232 0.117 294.7)CMYK
cmyk(53%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200445
2#1D043D
3#190336
4#16032E
5#120226
6#0E021F
7#0B0117
8#07010F
9#040008
Tints
Lighter variations
1#370775
2#4A0A9D
3#5D0DC6
4#700FEE
5#8736F2
6#9F5EF5
7#B786F7
8#CFAEFA
9#E7D7FC
Tones
Muted variations
1#240849
2#250C46
3#251042
4#26133E
5#26173B
6#271A37
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 | DAC1 #DAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD91 #BD91F8 | BordersInactive statesPlaceholder text |
| 400 | 9B57 #9B57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7F27 #7F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630D #630DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0B #4F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3808 #380878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2405 #24054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FE;
--navy-100: #EBDDFD;
--navy-200: #DAC1FB;
--navy-300: #BD91F8;
--navy-400: #9B57F4;
--navy-500: #7F27F1;
--navy-600: #630DD3;
--navy-700: #4F0BA8;
--navy-800: #380878;
--navy-900: #24054D;
--navy-950: #170330;
}