Navy
#180E71
BlueColor Codes
All color formats for development
HEX
#180E71RGB
rgb(24, 14, 113)HSL
hsl(246, 78%, 25%)OKLCH
oklch(0.274 0.155 273.6)CMYK
cmyk(79%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160D66
2#130B5B
3#110A4F
4#0E0844
5#0C0739
6#0A062D
7#070422
8#050317
9#02010B
Tints
Lighter variations
1#1F1294
2#2616B6
3#2E1BD8
4#4533E6
5#6455EA
6#8377EE
7#A299F2
8#C1BBF7
9#E0DDFB
Tones
Muted variations
1#1C136D
2#201868
3#241D63
4#28225E
5#2C2759
6#302C54
7#34314F
8#38364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C4F8;
--navy-300: #A097F2;
--navy-400: #6E60EB;
--navy-500: #4533E6;
--navy-600: #2A19C8;
--navy-700: #22149F;
--navy-800: #180E71;
--navy-900: #0F0949;
--navy-950: #0A062D;
}