Navy
#19044E
PurpleColor Codes
All color formats for development
HEX
#19044ERGB
rgb(25, 4, 78)HSL
hsl(257, 90%, 16%)OKLCH
oklch(0.218 0.12 283.9)CMYK
cmyk(68%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160446
2#14033E
3#110336
4#0F022F
5#0C0227
6#0A021F
7#070117
8#050110
9#020008
Tints
Lighter variations
1#260676
2#33089F
3#400BC8
4#4D0DF0
5#6A34F4
6#885CF6
7#A685F9
8#C3AEFB
9#E1D6FD
Tones
Muted variations
1#1A084A
2#1C0B46
3#1E0F43
4#1F133F
5#21163B
6#221A37
7#241E34
8#262130
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD90 #AD90F9 | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5F25 #5F25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440B #440BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3609 #3609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #270679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E6DDFD;
--navy-200: #D1C0FC;
--navy-300: #AD90F9;
--navy-400: #8355F6;
--navy-500: #5F25F4;
--navy-600: #440BD5;
--navy-700: #3609AA;
--navy-800: #270679;
--navy-900: #19044E;
--navy-950: #100330;
}