Navy
#16149F
BlueColor Codes
All color formats for development
HEX
#16149FRGB
rgb(22, 20, 159)HSL
hsl(241, 78%, 35%)OKLCH
oklch(0.339 0.206 268.5)CMYK
cmyk(86%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14128F
2#12107F
3#0F0E6F
4#0D0C5F
5#0B0A4F
6#090840
7#070630
8#040420
9#020210
Tints
Lighter variations
1#1A17BC
2#1E1BDA
3#3330E5
4#514EE9
5#6E6BED
6#8B89F0
7#A8A6F4
8#C5C4F8
9#E2E1FB
Tones
Muted variations
1#1D1B98
2#232291
3#2A298A
4#312F83
5#38367C
6#3E3D75
7#45446E
8#4C4B67
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9897 #9897F2 | BordersInactive statesPlaceholder text |
| 400 | 6260 #6260EB | Disabled statesSecondary iconsMuted text |
| 500 | 3633 #3633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C19 #1C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1614 #16149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100E #100E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C5C4F8;
--navy-300: #9897F2;
--navy-400: #6260EB;
--navy-500: #3633E6;
--navy-600: #1C19C8;
--navy-700: #16149F;
--navy-800: #100E71;
--navy-900: #0A0949;
--navy-950: #06062D;
}