Navy
#14169F
BlueColor Codes
All color formats for development
HEX
#14169FRGB
rgb(20, 22, 159)HSL
hsl(239, 78%, 35%)OKLCH
oklch(0.34 0.205 267.9)CMYK
cmyk(87%, 86%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12148F
2#10127F
3#0E0F6F
4#0C0D5F
5#0A0B4F
6#080940
7#060730
8#040420
9#020210
Tints
Lighter variations
1#171ABC
2#1B1EDA
3#3033E5
4#4E51E9
5#6B6EED
6#898BF0
7#A6A8F4
8#C4C5F8
9#E1E2FB
Tones
Muted variations
1#1B1D98
2#222391
3#292A8A
4#2F3183
5#36387C
6#3D3E75
7#44456E
8#4B4C67
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | 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: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C5F8;
--navy-300: #9798F2;
--navy-400: #6062EB;
--navy-500: #3336E6;
--navy-600: #191CC8;
--navy-700: #14169F;
--navy-800: #0E1071;
--navy-900: #090A49;
--navy-950: #06062D;
}