Navy
#1E017E
BlueColor Codes
All color formats for development
HEX
#1E017ERGB
rgb(30, 1, 126)HSL
hsl(254, 98%, 25%)OKLCH
oklch(0.284 0.177 275.6)CMYK
cmyk(76%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0172
2#180165
3#150158
4#12014C
5#0F013F
6#0C0132
7#090026
8#060019
9#03000D
Tints
Lighter variations
1#2802A4
2#3102CA
3#3A02F0
4#501CFD
5#6D42FD
6#8B68FD
7#A88DFE
8#C5B3FE
9#E2D9FF
Tones
Muted variations
1#220878
2#250E72
3#28146B
4#2C1A65
5#2F215F
6#322759
7#362D52
8#39334C
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFE | BordersInactive statesPlaceholder text |
| 400 | 774E #774EFD | Disabled statesSecondary iconsMuted text |
| 500 | 501C #501CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3602 #3602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B02 #2B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E01 #1E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1301 #130151 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E4DCFF;
--navy-200: #CDBDFE;
--navy-300: #A68BFE;
--navy-400: #774EFD;
--navy-500: #501CFD;
--navy-600: #3602DE;
--navy-700: #2B02B1;
--navy-800: #1E017E;
--navy-900: #130151;
--navy-950: #0C0132;
}