Navy
#1F034E
PurpleColor Codes
All color formats for development
HEX
#1F034ERGB
rgb(31, 3, 78)HSL
hsl(262, 93%, 16%)OKLCH
oklch(0.224 0.121 289.8)CMYK
cmyk(60%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0347
2#19023F
3#150237
4#12022F
5#0F0127
6#0C011F
7#090118
8#060110
9#030008
Tints
Lighter variations
1#2F0478
2#3F06A1
3#4F07CB
4#5F09F4
5#7930F8
6#945AF9
7#AF83FB
8#CAACFC
9#E4D6FE
Tones
Muted variations
1#20074B
2#210A47
3#220E43
4#231240
5#24163C
6#251A38
7#261D34
8#272130
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFB | BordersInactive statesPlaceholder text |
| 400 | 9053 #9053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7022 #7022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5408 #5408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4306 #4306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FE;
--navy-100: #E9DDFE;
--navy-200: #D6BFFD;
--navy-300: #B68EFB;
--navy-400: #9053F9;
--navy-500: #7022F7;
--navy-600: #5408D9;
--navy-700: #4306AC;
--navy-800: #30047B;
--navy-900: #1F034F;
--navy-950: #130231;
}