Navy
#20034F
PurpleColor Codes
All color formats for development
HEX
#20034FRGB
rgb(32, 3, 79)HSL
hsl(263, 93%, 16%)OKLCH
oklch(0.227 0.122 290.3)CMYK
cmyk(59%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0347
2#1A023F
3#160237
4#13022F
5#100127
6#0D011F
7#0A0118
8#060110
9#030008
Tints
Lighter variations
1#310478
2#4106A1
3#5207CB
4#6309F4
5#7D30F8
6#975AF9
7#B183FB
8#CBACFC
9#E5D6FE
Tones
Muted variations
1#21074B
2#220A47
3#230E43
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 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFB | BordersInactive statesPlaceholder text |
| 400 | 9253 #9253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7322 #7322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5808 #5808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4606 #4606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FE;
--navy-100: #E9DDFE;
--navy-200: #D7BFFD;
--navy-300: #B88EFB;
--navy-400: #9253F9;
--navy-500: #7322F7;
--navy-600: #5808D9;
--navy-700: #4606AC;
--navy-800: #32047B;
--navy-900: #20034F;
--navy-950: #140231;
}