Navy
#14286C
BlueColor Codes
All color formats for development
HEX
#14286CRGB
rgb(20, 40, 108)HSL
hsl(226, 69%, 25%)OKLCH
oklch(0.309 0.121 266.5)CMYK
cmyk(81%, 63%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122461
2#102056
3#0E1C4B
4#0C1841
5#0A1436
6#08102B
7#060C20
8#040816
9#02040B
Tints
Lighter variations
1#1A348C
2#2040AC
3#264DCD
4#3D62DB
5#5D7CE1
6#7E96E7
7#9EB1ED
8#BECBF3
9#DFE5F9
Tones
Muted variations
1#182B67
2#1D2D63
3#212F5F
4#25325A
5#2A3456
6#2E3651
7#33394D
8#373B49
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAF #9CAFED | BordersInactive statesPlaceholder text |
| 400 | 6885 #6885E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D62 #3D62DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2347 #2347BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C38 #1C3897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1428 #14286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1A #0D1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F5FD;
--navy-100: #E1E7F9;
--navy-200: #C7D2F5;
--navy-300: #9CAFED;
--navy-400: #6885E3;
--navy-500: #3D62DB;
--navy-600: #2347BE;
--navy-700: #1C3897;
--navy-800: #14286C;
--navy-900: #0D1A45;
--navy-950: #08102B;
}