Navy
#1C064B
PurpleColor Codes
All color formats for development
HEX
#1C064BRGB
rgb(28, 6, 75)HSL
hsl(259, 85%, 16%)OKLCH
oklch(0.221 0.114 287.5)CMYK
cmyk(63%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190644
2#16053C
3#140435
4#11042D
5#0E0326
6#0B021E
7#080217
8#06010F
9#030108
Tints
Lighter variations
1#2B0973
2#3A0D9B
3#4810C2
4#5713EA
5#7339EF
6#8F60F2
7#AB88F5
8#C7B0F9
9#E3D7FC
Tones
Muted variations
1#1D0A48
2#1F0D45
3#201141
4#21143E
5#22173A
6#241B37
7#251E33
8#262230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B292 #B292F6 | BordersInactive statesPlaceholder text |
| 400 | 8A5A #8A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 682B #682BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D11 #4D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D0D #3D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0A #2C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C06 #1C064B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FE;
--navy-100: #E8DEFC;
--navy-200: #D4C2FA;
--navy-300: #B292F6;
--navy-400: #8A5AF2;
--navy-500: #682BEE;
--navy-600: #4D11D0;
--navy-700: #3D0DA5;
--navy-800: #2C0A76;
--navy-900: #1C064B;
--navy-950: #12042F;
}