Navy
#230052
PurpleColor Codes
All color formats for development
HEX
#230052RGB
rgb(35, 0, 82)HSL
hsl(266, 100%, 16%)OKLCH
oklch(0.23 0.128 292.4)CMYK
cmyk(57%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200049
2#1C0041
3#190039
4#150031
5#120029
6#0E0021
7#0B0018
8#070010
9#040008
Tints
Lighter variations
1#36007C
2#4800A7
3#5B00D2
4#6E00FD
5#8629FF
6#9E54FF
7#B67EFF
8#CEA9FF
9#E7D4FF
Tones
Muted variations
1#24044E
2#240849
3#250C45
4#261041
5#26143D
6#271839
7#271D35
8#282131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BD #D9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8A #BD8AFF | BordersInactive statesPlaceholder text |
| 400 | 9A4D #9A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 7D1A #7D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6100 #6100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D00 #4D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3700 #370080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2300 #230052 | Primary textHigh emphasis contentDark headings |
| 950 | 1600 #160033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FF;
--navy-100: #EBDBFF;
--navy-200: #D9BDFF;
--navy-300: #BD8AFF;
--navy-400: #9A4DFF;
--navy-500: #7D1AFF;
--navy-600: #6100E0;
--navy-700: #4D00B3;
--navy-800: #370080;
--navy-900: #230052;
--navy-950: #160033;
}