Navy
#220052
PurpleColor Codes
All color formats for development
HEX
#220052RGB
rgb(34, 0, 82)HSL
hsl(265, 100%, 16%)OKLCH
oklch(0.229 0.128 291.5)CMYK
cmyk(59%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0049
2#1B0041
3#180039
4#140031
5#110029
6#0E0021
7#0A0018
8#070010
9#030008
Tints
Lighter variations
1#34007C
2#4600A7
3#5800D2
4#6900FD
5#8229FF
6#9B54FF
7#B47EFF
8#CDA9FF
9#E6D4FF
Tones
Muted variations
1#23044E
2#230849
3#240C45
4#251041
5#25143D
6#261839
7#271D35
8#272131
9#28252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F6F0FF;
--navy-100: #EADBFF;
--navy-200: #D8BDFF;
--navy-300: #BB8AFF;
--navy-400: #974DFF;
--navy-500: #791AFF;
--navy-600: #5E00E0;
--navy-700: #4A00B3;
--navy-800: #350080;
--navy-900: #220052;
--navy-950: #150033;
}