Navy
#1C0A48
PurpleColor Codes
All color formats for development
HEX
#1C0A48RGB
rgb(28, 10, 72)HSL
hsl(257, 76%, 16%)OKLCH
oklch(0.223 0.106 287.7)CMYK
cmyk(61%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190941
2#160839
3#130732
4#10062B
5#0E0524
6#0B041D
7#080316
8#05020E
9#030107
Tints
Lighter variations
1#2A0F6E
2#381493
3#4619B9
4#551EDF
5#7143E5
6#8D68EA
7#AA8EF0
8#C6B4F5
9#E3D9FA
Tones
Muted variations
1#1D0D45
2#1E1042
3#1F133F
4#21163B
5#221938
6#231C35
7#251F32
8#26232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C5 #D3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B198 #B198F1 | BordersInactive statesPlaceholder text |
| 400 | 8862 #8862EA | Disabled statesSecondary iconsMuted text |
| 500 | 6635 #6635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1B #4B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C15 #3C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0F #2B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0A #1B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F2FD;
--navy-100: #E7E0FB;
--navy-200: #D3C5F7;
--navy-300: #B198F1;
--navy-400: #8862EA;
--navy-500: #6635E3;
--navy-600: #4B1BC5;
--navy-700: #3C159D;
--navy-800: #2B0F70;
--navy-900: #1B0A48;
--navy-950: #11062D;
}