Navy
#1E074B
PurpleColor Codes
All color formats for development
HEX
#1E074BRGB
rgb(30, 7, 75)HSL
hsl(260, 83%, 16%)OKLCH
oklch(0.224 0.113 289.2)CMYK
cmyk(60%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0643
2#18063C
3#150534
4#12042D
5#0F0325
6#0C031E
7#090216
8#06010F
9#030107
Tints
Lighter variations
1#2D0B72
2#3C0E99
3#4C12C0
4#5B16E7
5#763BED
6#9262F0
7#AD89F4
8#C8B1F8
9#E4D8FB
Tones
Muted variations
1#1F0A47
2#200E44
3#211141
4#22143D
5#23183A
6#241B36
7#251F33
8#272230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FE;
--navy-100: #E8DEFC;
--navy-200: #D5C2F9;
--navy-300: #B494F5;
--navy-400: #8D5CF0;
--navy-500: #6D2DEB;
--navy-600: #5113CD;
--navy-700: #410FA3;
--navy-800: #2E0B75;
--navy-900: #1E074B;
--navy-950: #12042F;
}