Navy
#19054D
PurpleColor Codes
All color formats for development
HEX
#19054DRGB
rgb(25, 5, 77)HSL
hsl(257, 88%, 16%)OKLCH
oklch(0.219 0.118 284)CMYK
cmyk(68%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170445
2#14043D
3#120336
4#0F032E
5#0D0226
6#0A021F
7#080117
8#05010F
9#030008
Tints
Lighter variations
1#260775
2#340A9D
3#410DC6
4#4E0FEE
5#6B36F2
6#895EF5
7#A686F7
8#C4AEFA
9#E1D7FC
Tones
Muted variations
1#1B0849
2#1C0C46
3#1E1042
4#1F133E
5#21173B
6#231A37
7#241E34
8#262230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | 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: #F4F1FE;
--navy-100: #E6DDFD;
--navy-200: #D1C1FB;
--navy-300: #AE91F8;
--navy-400: #8457F4;
--navy-500: #6027F1;
--navy-600: #450DD3;
--navy-700: #370BA8;
--navy-800: #270878;
--navy-900: #19054D;
--navy-950: #100330;
}