Navy
#14156C
BlueColor Codes
All color formats for development
HEX
#14156CRGB
rgb(20, 21, 108)HSL
hsl(239, 69%, 25%)OKLCH
oklch(0.274 0.144 271.3)CMYK
cmyk(81%, 81%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121361
2#101156
3#0E0F4B
4#0C0D41
5#0A0B36
6#08082B
7#060620
8#040416
9#02020B
Tints
Lighter variations
1#1A1C8C
2#2022AC
3#2628CD
4#3D40DB
5#5D60E1
6#7E7FE7
7#9E9FED
8#BEBFF3
9#DFDFF9
Tones
Muted variations
1#181967
2#1D1E63
3#21225F
4#25265A
5#2A2A56
6#2E2F51
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 | C7C8 #C7C8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9D #9C9DED | BordersInactive statesPlaceholder text |
| 400 | 686A #686AE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D40 #3D40DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2325 #2325BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1E #1C1E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1415 #14156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | 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: #C7C8F5;
--navy-300: #9C9DED;
--navy-400: #686AE3;
--navy-500: #3D40DB;
--navy-600: #2325BE;
--navy-700: #1C1E97;
--navy-800: #14156C;
--navy-900: #0D0E45;
--navy-950: #08082B;
}