Navy
#14246C
BlueColor Codes
All color formats for development
HEX
#14246CRGB
rgb(20, 36, 108)HSL
hsl(229, 69%, 25%)OKLCH
oklch(0.301 0.126 267.9)CMYK
cmyk(81%, 67%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122061
2#101D56
3#0E194B
4#0C1641
5#0A1236
6#080E2B
7#060B20
8#040716
9#02040B
Tints
Lighter variations
1#1A2F8C
2#2039AC
3#2644CD
4#3D5ADB
5#5D76E1
6#7E91E7
7#9EADED
8#BEC8F3
9#DFE4F9
Tones
Muted variations
1#182767
2#1D2963
3#212C5F
4#252F5A
5#2A3256
6#2E3551
7#33374D
8#373A49
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAB #9CABED | BordersInactive statesPlaceholder text |
| 400 | 687F #687FE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5A #3D5ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233F #233FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C32 #1C3297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1424 #14246C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1745 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E1E5F9;
--navy-200: #C7CFF5;
--navy-300: #9CABED;
--navy-400: #687FE3;
--navy-500: #3D5ADB;
--navy-600: #233FBE;
--navy-700: #1C3297;
--navy-800: #14246C;
--navy-900: #0D1745;
--navy-950: #080E2B;
}