Navy
#18034F
PurpleColor Codes
All color formats for development
HEX
#18034FRGB
rgb(24, 3, 79)HSL
hsl(257, 93%, 16%)OKLCH
oklch(0.217 0.123 282.8)CMYK
cmyk(70%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160347
2#13023F
3#110237
4#0F022F
5#0C0127
6#0A011F
7#070118
8#050110
9#020008
Tints
Lighter variations
1#250478
2#3206A1
3#3F07CB
4#4C09F4
5#6930F8
6#875AF9
7#A583FB
8#C3ACFC
9#E1D6FE
Tones
Muted variations
1#1A074B
2#1C0A47
3#1D0E43
4#1F1240
5#21163C
6#221A38
7#241D34
8#262130
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFB | BordersInactive statesPlaceholder text |
| 400 | 8253 #8253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E22 #5E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4308 #4308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3506 #3506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1803 #18034F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E6DDFE;
--navy-200: #D0BFFD;
--navy-300: #AD8EFB;
--navy-400: #8253F9;
--navy-500: #5E22F7;
--navy-600: #4308D9;
--navy-700: #3506AC;
--navy-800: #26047B;
--navy-900: #18034F;
--navy-950: #0F0231;
}