Navy
#190949
PurpleColor Codes
All color formats for development
HEX
#190949RGB
rgb(25, 9, 73)HSL
hsl(255, 78%, 16%)OKLCH
oklch(0.219 0.108 284.5)CMYK
cmyk(66%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160841
2#14073A
3#110633
4#0F052C
5#0C0424
6#0A041D
7#070316
8#05020F
9#020107
Tints
Lighter variations
1#260E6F
2#331295
3#4017BB
4#4D1CE1
5#6A40E7
6#8866EC
7#A68DF1
8#C3B3F6
9#E1D9FA
Tones
Muted variations
1#1A0C45
2#1C0F42
3#1E133F
4#1F163C
5#211939
6#221C36
7#241F32
8#26222F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD97 #AD97F2 | BordersInactive statesPlaceholder text |
| 400 | 8360 #8360EB | Disabled statesSecondary iconsMuted text |
| 500 | 5F33 #5F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4419 #4419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3614 #36149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270E #270E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | 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: #F4F1FD;
--navy-100: #E6DFFB;
--navy-200: #D1C4F8;
--navy-300: #AD97F2;
--navy-400: #8360EB;
--navy-500: #5F33E6;
--navy-600: #4419C8;
--navy-700: #36149F;
--navy-800: #270E71;
--navy-900: #190949;
--navy-950: #10062D;
}