Navy
#1D034F
PurpleColor Codes
All color formats for development
HEX
#1D034FRGB
rgb(29, 3, 79)HSL
hsl(261, 93%, 16%)OKLCH
oklch(0.223 0.122 287.5)CMYK
cmyk(63%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0347
2#18023F
3#150237
4#12022F
5#0F0127
6#0C011F
7#090118
8#060110
9#030008
Tints
Lighter variations
1#2D0478
2#3C06A1
3#4C07CB
4#5B09F4
5#7630F8
6#915AF9
7#AD83FB
8#C8ACFC
9#E4D6FE
Tones
Muted variations
1#1F074B
2#200A47
3#210E43
4#221240
5#23163C
6#241A38
7#251D34
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 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48E #B48EFB | BordersInactive statesPlaceholder text |
| 400 | 8D53 #8D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6C22 #6C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5108 #5108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4006 #4006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D03 #1D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FE;
--navy-100: #E8DDFE;
--navy-200: #D5BFFD;
--navy-300: #B48EFB;
--navy-400: #8D53F9;
--navy-500: #6C22F7;
--navy-600: #5108D9;
--navy-700: #4006AC;
--navy-800: #2E047B;
--navy-900: #1D034F;
--navy-950: #120231;
}