Navy
#19034E
PurpleColor Codes
All color formats for development
HEX
#19034ERGB
rgb(25, 3, 78)HSL
hsl(258, 93%, 16%)OKLCH
oklch(0.217 0.121 284.1)CMYK
cmyk(68%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170347
2#14023F
3#120237
4#0F022F
5#0D0127
6#0A011F
7#080118
8#050110
9#030008
Tints
Lighter variations
1#270478
2#3506A1
3#4207CB
4#4F09F4
5#6C30F8
6#895AF9
7#A783FB
8#C4ACFC
9#E2D6FE
Tones
Muted variations
1#1B074B
2#1D0A47
3#1E0E43
4#201240
5#21163C
6#231A38
7#241D34
8#262130
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFB | BordersInactive statesPlaceholder text |
| 400 | 8553 #8553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6222 #6222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4608 #4608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3806 #3806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FE;
--navy-100: #E7DDFE;
--navy-200: #D2BFFD;
--navy-300: #AF8EFB;
--navy-400: #8553F9;
--navy-500: #6222F7;
--navy-600: #4608D9;
--navy-700: #3806AC;
--navy-800: #28047B;
--navy-900: #1A034F;
--navy-950: #100231;
}