Navy
#14146B
BlueColor Codes
All color formats for development
HEX
#14146BRGB
rgb(20, 20, 107)HSL
hsl(240, 69%, 25%)OKLCH
oklch(0.272 0.144 271.5)CMYK
cmyk(81%, 81%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121261
2#101056
3#0E0E4B
4#0C0C41
5#0A0A36
6#08082B
7#060620
8#040416
9#02020B
Tints
Lighter variations
1#1A1A8C
2#2020AC
3#2626CD
4#3D3DDB
5#5D5DE1
6#7E7EE7
7#9E9EED
8#BEBEF3
9#DFDFF9
Tones
Muted variations
1#181867
2#1D1D63
3#21215F
4#25255A
5#2A2A56
6#2E2E51
7#33334D
8#373749
9#3B3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CED | BordersInactive statesPlaceholder text |
| 400 | 6868 #6868E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D3D #3D3DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2323 #2323BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1C #1C1C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E1E1F9;
--navy-200: #C7C7F5;
--navy-300: #9C9CED;
--navy-400: #6868E3;
--navy-500: #3D3DDB;
--navy-600: #2323BE;
--navy-700: #1C1C97;
--navy-800: #14146C;
--navy-900: #0D0D45;
--navy-950: #08082B;
}