Navy
#16166A
BlueColor Codes
All color formats for development
HEX
#16166ARGB
rgb(22, 22, 106)HSL
hsl(240, 66%, 25%)OKLCH
oklch(0.275 0.14 272.4)CMYK
cmyk(79%, 79%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14145F
2#111155
3#0F0F4A
4#0D0D3F
5#0B0B35
6#09092A
7#070720
8#040415
9#02020B
Tints
Lighter variations
1#1C1C8A
2#2323A9
3#2929C9
4#4141D8
5#6060DE
6#8080E5
7#A0A0EB
8#C0C0F2
9#DFDFF8
Tones
Muted variations
1#1A1A66
2#1E1E61
3#22225D
4#272759
5#2B2B55
6#2F2F51
7#33334C
8#373748
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEB | BordersInactive statesPlaceholder text |
| 400 | 6B6B #6B6BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4141 #4141D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2626 #2626BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E1E #1E1E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #16166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FC;
--navy-100: #E1E1F9;
--navy-200: #C8C8F4;
--navy-300: #9E9EEB;
--navy-400: #6B6BE1;
--navy-500: #4141D8;
--navy-600: #2626BA;
--navy-700: #1E1E94;
--navy-800: #16166A;
--navy-900: #0E0E44;
--navy-950: #09092A;
}