Navy
#150250
PurpleColor Codes
All color formats for development
HEX
#150250RGB
rgb(21, 2, 80)HSL
hsl(255, 95%, 16%)OKLCH
oklch(0.214 0.125 279.9)CMYK
cmyk(74%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130248
2#110240
3#0F0138
4#0D0130
5#0B0128
6#090120
7#060118
8#040010
9#020008
Tints
Lighter variations
1#210379
2#2C04A3
3#3705CD
4#4206F7
5#612EFA
6#8158FB
7#A082FC
8#C0ABFD
9#DFD5FE
Tones
Muted variations
1#17064C
2#190A48
3#1B0E44
4#1D1240
5#1F153C
6#211938
7#231D34
8#252131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A88D #A88DFC | BordersInactive statesPlaceholder text |
| 400 | 7B51 #7B51FB | Disabled statesSecondary iconsMuted text |
| 500 | 561F #561FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B06 #3B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F04 #2F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FF;
--navy-100: #E5DCFE;
--navy-200: #CEBEFD;
--navy-300: #A88DFC;
--navy-400: #7B51FB;
--navy-500: #561FF9;
--navy-600: #3B06DB;
--navy-700: #2F04AE;
--navy-800: #21037C;
--navy-900: #150250;
--navy-950: #0D0132;
}