Navy
#24044D
PurpleColor Codes
All color formats for development
HEX
#24044DRGB
rgb(36, 4, 77)HSL
hsl(266, 90%, 16%)OKLCH
oklch(0.231 0.119 294.9)CMYK
cmyk(53%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200446
2#1D033E
3#190336
4#16022F
5#120227
6#0E021F
7#0B0117
8#070110
9#040008
Tints
Lighter variations
1#370676
2#4A089F
3#5C0BC8
4#6F0DF0
5#8734F4
6#9F5CF6
7#B785F9
8#CFAEFB
9#E7D6FD
Tones
Muted variations
1#24084A
2#250B46
3#250F43
4#26133F
5#26163B
6#271A37
7#271E34
8#282130
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD90 #BD90F9 | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7E25 #7E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630B #630BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F09 #4F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #380679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | 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: #F6F0FE;
--navy-100: #EBDDFD;
--navy-200: #DAC0FC;
--navy-300: #BD90F9;
--navy-400: #9B55F6;
--navy-500: #7E25F4;
--navy-600: #630BD5;
--navy-700: #4F09AA;
--navy-800: #380679;
--navy-900: #24044E;
--navy-950: #160330;
}