Navy
#22034F
PurpleColor Codes
All color formats for development
HEX
#22034FRGB
rgb(34, 3, 79)HSL
hsl(264, 93%, 16%)OKLCH
oklch(0.229 0.122 292.2)CMYK
cmyk(57%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0347
2#1B023F
3#170237
4#14022F
5#110127
6#0D011F
7#0A0118
8#070110
9#030008
Tints
Lighter variations
1#330478
2#4406A1
3#5607CB
4#6709F4
5#8030F8
6#995AF9
7#B383FB
8#CCACFC
9#E6D6FE
Tones
Muted variations
1#22074B
2#230A47
3#230E43
4#241240
5#25163C
6#261A38
7#271D34
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 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98E #B98EFB | BordersInactive statesPlaceholder text |
| 400 | 9553 #9553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7722 #7722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B08 #5B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4906 #4906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FE;
--navy-100: #EADDFE;
--navy-200: #D8BFFD;
--navy-300: #B98EFB;
--navy-400: #9553F9;
--navy-500: #7722F7;
--navy-600: #5B08D9;
--navy-700: #4906AC;
--navy-800: #34047B;
--navy-900: #21034F;
--navy-950: #150231;
}