Navy
#1B064B
PurpleColor Codes
All color formats for development
HEX
#1B064BRGB
rgb(27, 6, 75)HSL
hsl(258, 85%, 16%)OKLCH
oklch(0.22 0.114 286.5)CMYK
cmyk(64%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180644
2#16053C
3#130435
4#10042D
5#0D0326
6#0B021E
7#080217
8#05010F
9#030108
Tints
Lighter variations
1#290973
2#370D9B
3#4510C2
4#5313EA
5#6F39EF
6#8C60F2
7#A988F5
8#C6B0F9
9#E2D7FC
Tones
Muted variations
1#1C0A48
2#1E0D45
3#1F1141
4#20143E
5#22173A
6#231B37
7#251E33
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 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F6 | BordersInactive statesPlaceholder text |
| 400 | 875A #875AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 652B #652BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A11 #4A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0D #3B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064B | 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: #D3C2FA;
--navy-300: #B092F6;
--navy-400: #875AF2;
--navy-500: #652BEE;
--navy-600: #4A11D0;
--navy-700: #3B0DA5;
--navy-800: #2A0A76;
--navy-900: #1B064B;
--navy-950: #11042F;
}