Navy
#1A044E
PurpleColor Codes
All color formats for development
HEX
#1A044ERGB
rgb(26, 4, 78)HSL
hsl(258, 90%, 16%)OKLCH
oklch(0.22 0.12 284.8)CMYK
cmyk(67%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180446
2#15033E
3#120336
4#10022F
5#0D0227
6#0A021F
7#080117
8#050110
9#030008
Tints
Lighter variations
1#280676
2#36089F
3#430BC8
4#510DF0
5#6D34F4
6#8A5CF6
7#A885F9
8#C5AEFB
9#E2D6FD
Tones
Muted variations
1#1C084A
2#1D0B46
3#1F0F43
4#20133F
5#21163B
6#231A37
7#241E34
8#262130
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF90 #AF90F9 | BordersInactive statesPlaceholder text |
| 400 | 8655 #8655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6325 #6325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 480B #480BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3909 #3909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #290679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FE;
--navy-100: #E7DDFD;
--navy-200: #D2C0FC;
--navy-300: #AF90F9;
--navy-400: #8655F6;
--navy-500: #6325F4;
--navy-600: #480BD5;
--navy-700: #3909AA;
--navy-800: #290679;
--navy-900: #1A044E;
--navy-950: #100330;
}