Navy
#160A48
BlueColor Codes
All color formats for development
HEX
#160A48RGB
rgb(22, 10, 72)HSL
hsl(252, 76%, 16%)OKLCH
oklch(0.216 0.106 281.7)CMYK
cmyk(69%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140941
2#120839
3#100732
4#0D062B
5#0B0524
6#09041D
7#070316
8#04020E
9#020107
Tints
Lighter variations
1#220F6E
2#2E1493
3#3919B9
4#451EDF
5#6343E5
6#8268EA
7#A18EF0
8#C1B4F5
9#E0D9FA
Tones
Muted variations
1#180D45
2#1A1042
3#1C133F
4#1E163B
5#1F1938
6#211C35
7#231F32
8#25232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC5 #CFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA98 #AA98F1 | BordersInactive statesPlaceholder text |
| 400 | 7D62 #7D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5835 #5835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D1B #3D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3115 #31159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230F #230F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 160A #160A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E5E0FB;
--navy-200: #CFC5F7;
--navy-300: #AA98F1;
--navy-400: #7D62EA;
--navy-500: #5835E3;
--navy-600: #3D1BC5;
--navy-700: #31159D;
--navy-800: #230F70;
--navy-900: #160A48;
--navy-950: #0E062D;
}