Navy
#14149F
BlueColor Codes
All color formats for development
HEX
#14149FRGB
rgb(20, 20, 159)HSL
hsl(240, 78%, 35%)OKLCH
oklch(0.338 0.206 268)CMYK
cmyk(87%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12128F
2#10107F
3#0E0E6F
4#0C0C5F
5#0A0A4F
6#080840
7#060630
8#040420
9#020210
Tints
Lighter variations
1#1717BC
2#1B1BDA
3#3030E5
4#4E4EE9
5#6B6BED
6#8989F0
7#A6A6F4
8#C4C4F8
9#E1E1FB
Tones
Muted variations
1#1B1B98
2#222291
3#29298A
4#2F2F83
5#36367C
6#3D3D75
7#44446E
8#4B4B67
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | 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: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C4C4F8;
--navy-300: #9797F2;
--navy-400: #6060EB;
--navy-500: #3333E6;
--navy-600: #1919C8;
--navy-700: #14149F;
--navy-800: #0E0E71;
--navy-900: #090949;
--navy-950: #06062D;
}