Navy
#24047C
PurpleColor Codes
All color formats for development
HEX
#24047CRGB
rgb(36, 4, 124)HSL
hsl(256, 94%, 25%)OKLCH
oklch(0.289 0.171 279.2)CMYK
cmyk(71%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20036F
2#1D0363
3#190357
4#15024A
5#12023E
6#0E0231
7#0B0125
8#070119
9#04000C
Tints
Lighter variations
1#2F05A1
2#3906C6
3#4407EB
4#5A20F8
5#7545F9
6#916BFA
7#AC90FC
8#C8B5FD
9#E3DAFE
Tones
Muted variations
1#270A76
2#291070
3#2C166A
4#2F1C64
5#32225E
6#352858
7#372E52
8#3A344C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8D #AB8DFB | BordersInactive statesPlaceholder text |
| 400 | 7F52 #7F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5A20 #5A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F07 #3F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3205 #3205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #17024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DCFE;
--navy-200: #CFBFFD;
--navy-300: #AB8DFB;
--navy-400: #7F52FA;
--navy-500: #5A20F8;
--navy-600: #3F07DA;
--navy-700: #3205AD;
--navy-800: #24047C;
--navy-900: #17024F;
--navy-950: #0E0231;
}