Navy
#1B074B
PurpleColor Codes
All color formats for development
HEX
#1B074BRGB
rgb(27, 7, 75)HSL
hsl(258, 83%, 16%)OKLCH
oklch(0.221 0.113 286.2)CMYK
cmyk(64%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190643
2#16063C
3#130534
4#10042D
5#0E0325
6#0B031E
7#080216
8#05010F
9#030107
Tints
Lighter variations
1#2A0B72
2#380E99
3#4612C0
4#5416E7
5#703BED
6#8D62F0
7#A989F4
8#C6B1F8
9#E2D8FB
Tones
Muted variations
1#1D0A47
2#1E0E44
3#1F1141
4#21143D
5#22183A
6#231B36
7#251F33
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 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B194 #B194F5 | BordersInactive statesPlaceholder text |
| 400 | 885C #885CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 662D #662DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B13 #4B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0F #3C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0B #2B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FE;
--navy-100: #E7DEFC;
--navy-200: #D3C2F9;
--navy-300: #B194F5;
--navy-400: #885CF0;
--navy-500: #662DEB;
--navy-600: #4B13CD;
--navy-700: #3C0FA3;
--navy-800: #2B0B75;
--navy-900: #1B074B;
--navy-950: #11042F;
}