Navy
#22054D
PurpleColor Codes
All color formats for development
HEX
#22054DRGB
rgb(34, 5, 77)HSL
hsl(264, 88%, 16%)OKLCH
oklch(0.229 0.117 292.7)CMYK
cmyk(56%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0445
2#1B043D
3#180336
4#14032E
5#110226
6#0D021F
7#0A0117
8#07010F
9#030008
Tints
Lighter variations
1#330775
2#450A9D
3#570DC6
4#680FEE
5#8136F2
6#9A5EF5
7#B386F7
8#CDAEFA
9#E6D7FC
Tones
Muted variations
1#220849
2#230C46
3#241042
4#24133E
5#25173B
6#261A37
7#271E34
8#272230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FE;
--navy-100: #EADDFD;
--navy-200: #D8C1FB;
--navy-300: #BA91F8;
--navy-400: #9657F4;
--navy-500: #7827F1;
--navy-600: #5C0DD3;
--navy-700: #4A0BA8;
--navy-800: #350878;
--navy-900: #22054D;
--navy-950: #150330;
}