Navy
#190A47
PurpleColor Codes
All color formats for development
HEX
#190A47RGB
rgb(25, 10, 71)HSL
hsl(255, 75%, 16%)OKLCH
oklch(0.218 0.104 285)CMYK
cmyk(65%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170940
2#140839
3#120732
4#0F062B
5#0D0524
6#0A041D
7#080315
8#05020E
9#030107
Tints
Lighter variations
1#27106D
2#341592
3#421AB8
4#4F20DD
5#6C44E4
6#8969EA
7#A78FEF
8#C4B4F4
9#E2DAFA
Tones
Muted variations
1#1B0D44
2#1D1041
3#1E133E
4#20163B
5#211A38
6#231D35
7#242032
8#26232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F0 | BordersInactive statesPlaceholder text |
| 400 | 8463 #8463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 6136 #6136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461C #461CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3816 #38169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2810 #281070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E6E0FB;
--navy-200: #D1C5F7;
--navy-300: #AE98F0;
--navy-400: #8463E9;
--navy-500: #6136E2;
--navy-600: #461CC4;
--navy-700: #38169C;
--navy-800: #281070;
--navy-900: #190A47;
--navy-950: #10062D;
}