Navy
#21044E
PurpleColor Codes
All color formats for development
HEX
#21044ERGB
rgb(33, 4, 78)HSL
hsl(264, 90%, 16%)OKLCH
oklch(0.228 0.12 291.5)CMYK
cmyk(58%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0446
2#1B033E
3#170336
4#14022F
5#110227
6#0D021F
7#0A0117
8#070110
9#030008
Tints
Lighter variations
1#330676
2#45089F
3#560BC8
4#680DF0
5#8134F4
6#9A5CF6
7#B385F9
8#CCAEFB
9#E6D6FD
Tones
Muted variations
1#22084A
2#230B46
3#240F43
4#24133F
5#25163B
6#261A37
7#271E34
8#272130
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7825 #7825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0B #5C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4909 #4909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #340679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | 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: #F6F0FE;
--navy-100: #EADDFD;
--navy-200: #D8C0FC;
--navy-300: #BA90F9;
--navy-400: #9655F6;
--navy-500: #7825F4;
--navy-600: #5C0BD5;
--navy-700: #4909AA;
--navy-800: #340679;
--navy-900: #21044E;
--navy-950: #150330;
}