Navy
#1B044D
PurpleColor Codes
All color formats for development
HEX
#1B044DRGB
rgb(27, 4, 77)HSL
hsl(259, 90%, 16%)OKLCH
oklch(0.219 0.119 286.2)CMYK
cmyk(65%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190446
2#16033E
3#130336
4#10022F
5#0E0227
6#0B021F
7#080117
8#050110
9#030008
Tints
Lighter variations
1#2A0676
2#38089F
3#460BC8
4#550DF0
5#7134F4
6#8D5CF6
7#AA85F9
8#C6AEFB
9#E3D6FD
Tones
Muted variations
1#1D084A
2#1E0B46
3#1F0F43
4#21133F
5#22163B
6#231A37
7#251E34
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 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6625 #6625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0B #4B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C09 #3C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B06 #2B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F0FE;
--navy-100: #E7DDFD;
--navy-200: #D3C0FC;
--navy-300: #B190F9;
--navy-400: #8855F6;
--navy-500: #6625F4;
--navy-600: #4B0BD5;
--navy-700: #3C09AA;
--navy-800: #2B0679;
--navy-900: #1B044E;
--navy-950: #110330;
}