Navy
#1B054C
PurpleColor Codes
All color formats for development
HEX
#1B054CRGB
rgb(27, 5, 76)HSL
hsl(259, 88%, 16%)OKLCH
oklch(0.22 0.116 286.3)CMYK
cmyk(64%, 93%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190445
2#16043D
3#130336
4#11032E
5#0E0226
6#0B021F
7#080117
8#06010F
9#030008
Tints
Lighter variations
1#2A0775
2#390A9D
3#470DC6
4#560FEE
5#7136F2
6#8E5EF5
7#AA86F7
8#C6AEFA
9#E3D7FC
Tones
Muted variations
1#1D0849
2#1E0C46
3#201042
4#21133E
5#22173B
6#241A37
7#251E34
8#262230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | 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: #F5F1FE;
--navy-100: #E7DDFD;
--navy-200: #D3C1FB;
--navy-300: #B191F8;
--navy-400: #8957F4;
--navy-500: #6727F1;
--navy-600: #4C0DD3;
--navy-700: #3C0BA8;
--navy-800: #2B0878;
--navy-900: #1C054D;
--navy-950: #110330;
}