Navy
#19074A
PurpleColor Codes
All color formats for development
HEX
#19074ARGB
rgb(25, 7, 74)HSL
hsl(256, 83%, 16%)OKLCH
oklch(0.218 0.112 284.7)CMYK
cmyk(66%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160643
2#14063C
3#110534
4#0F042D
5#0C0325
6#0A031E
7#070216
8#05010F
9#020107
Tints
Lighter variations
1#260B72
2#330E99
3#4012C0
4#4D16E7
5#6A3BED
6#8862F0
7#A689F4
8#C4B1F8
9#E1D8FB
Tones
Muted variations
1#1B0A47
2#1C0E44
3#1E1141
4#1F143D
5#21183A
6#221B36
7#241F33
8#262230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C2 #D1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F5 | BordersInactive statesPlaceholder text |
| 400 | 835C #835CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 602D #602DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4513 #4513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370F #370FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E6DEFC;
--navy-200: #D1C2F9;
--navy-300: #AE94F5;
--navy-400: #835CF0;
--navy-500: #602DEB;
--navy-600: #4513CD;
--navy-700: #370FA3;
--navy-800: #270B75;
--navy-900: #19074B;
--navy-950: #10042F;
}