Navy
#1A0A48
PurpleColor Codes
All color formats for development
HEX
#1A0A48RGB
rgb(26, 10, 72)HSL
hsl(255, 76%, 16%)OKLCH
oklch(0.22 0.106 285.7)CMYK
cmyk(64%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170941
2#140839
3#120732
4#0F062B
5#0D0524
6#0A041D
7#080316
8#05020E
9#030107
Tints
Lighter variations
1#270F6E
2#341493
3#4119B9
4#4E1EDF
5#6B43E5
6#8968EA
7#A68EF0
8#C4B4F5
9#E1D9FA
Tones
Muted variations
1#1B0D45
2#1C1042
3#1E133F
4#1F163B
5#211938
6#231C35
7#241F32
8#26232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E6E0FB;
--navy-200: #D1C5F7;
--navy-300: #AE98F1;
--navy-400: #8462EA;
--navy-500: #6135E3;
--navy-600: #461BC5;
--navy-700: #37159D;
--navy-800: #280F70;
--navy-900: #190A48;
--navy-950: #10062D;
}