Navy
#21037C
PurpleColor Codes
All color formats for development
HEX
#21037CRGB
rgb(33, 3, 124)HSL
hsl(255, 95%, 25%)OKLCH
oklch(0.286 0.173 277.5)CMYK
cmyk(73%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0370
2#1B0363
3#170257
4#14024B
5#11023E
6#0D0132
7#0A0125
8#070119
9#03000C
Tints
Lighter variations
1#2C04A2
2#3605C7
3#4006EC
4#561FF9
5#7245FA
6#8E6AFB
7#AA8FFC
8#C7B4FD
9#E3DAFE
Tones
Muted variations
1#240976
2#280F70
3#2B156A
4#2E1B64
5#31215E
6#342858
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 | CEBE #CEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A88D #A88DFC | BordersInactive statesPlaceholder text |
| 400 | 7B51 #7B51FB | Disabled statesSecondary iconsMuted text |
| 500 | 561F #561FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B06 #3B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F04 #2F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DCFE;
--navy-200: #CEBEFD;
--navy-300: #A88DFC;
--navy-400: #7B51FB;
--navy-500: #561FF9;
--navy-600: #3B06DB;
--navy-700: #2F04AE;
--navy-800: #21037C;
--navy-900: #150250;
--navy-950: #0D0132;
}