Navy
#22064B
PurpleColor Codes
All color formats for development
HEX
#22064BRGB
rgb(34, 6, 75)HSL
hsl(264, 85%, 16%)OKLCH
oklch(0.228 0.114 293.5)CMYK
cmyk(55%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0644
2#1B053C
3#180435
4#14042D
5#110326
6#0E021E
7#0A0217
8#07010F
9#030108
Tints
Lighter variations
1#340973
2#450D9B
3#5710C2
4#6913EA
5#8239EF
6#9B60F2
7#B488F5
8#CDB0F9
9#E6D7FC
Tones
Muted variations
1#230A48
2#230D45
3#241141
4#25143E
5#25173A
6#261B37
7#271E33
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 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA92 #BA92F6 | BordersInactive statesPlaceholder text |
| 400 | 975A #975AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 792B #792BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D11 #5D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0D #4A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2206 #22064B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F1FE;
--navy-100: #EADEFC;
--navy-200: #D8C2FA;
--navy-300: #BA92F6;
--navy-400: #975AF2;
--navy-500: #792BEE;
--navy-600: #5D11D0;
--navy-700: #4A0DA5;
--navy-800: #350A76;
--navy-900: #22064B;
--navy-950: #15042F;
}