Navy
#1B034F
PurpleColor Codes
All color formats for development
HEX
#1B034FRGB
rgb(27, 3, 79)HSL
hsl(259, 93%, 16%)OKLCH
oklch(0.221 0.122 285.6)CMYK
cmyk(66%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180347
2#16023F
3#130237
4#10022F
5#0D0127
6#0B011F
7#080118
8#050110
9#030008
Tints
Lighter variations
1#290478
2#3706A1
3#4507CB
4#5309F4
5#6F30F8
6#8C5AF9
7#A983FB
8#C6ACFC
9#E2D6FE
Tones
Muted variations
1#1C074B
2#1E0A47
3#1F0E43
4#201240
5#22163C
6#231A38
7#251D34
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 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08E #B08EFB | BordersInactive statesPlaceholder text |
| 400 | 8753 #8753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6522 #6522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A08 #4A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B06 #3B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FE;
--navy-100: #E7DDFE;
--navy-200: #D3BFFD;
--navy-300: #B08EFB;
--navy-400: #8753F9;
--navy-500: #6522F7;
--navy-600: #4A08D9;
--navy-700: #3B06AC;
--navy-800: #2A047B;
--navy-900: #1B034F;
--navy-950: #110231;
}