Navy
#142A6C
BlueColor Codes
All color formats for development
HEX
#142A6CRGB
rgb(20, 42, 108)HSL
hsl(225, 69%, 25%)OKLCH
oklch(0.313 0.118 265.7)CMYK
cmyk(81%, 61%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122661
2#102156
3#0E1D4B
4#0C1941
5#0A1536
6#08112B
7#060D20
8#040816
9#02040B
Tints
Lighter variations
1#1A368C
2#2043AC
3#264FCD
4#3D65DB
5#5D7EE1
6#7E98E7
7#9EB2ED
8#BECCF3
9#DFE5F9
Tones
Muted variations
1#182C67
2#1D2E63
3#21305F
4#25335A
5#2A3556
6#2E3751
7#33394D
8#373B49
9#3B3E44
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 | 9CB0 #9CB0ED | BordersInactive statesPlaceholder text |
| 400 | 6887 #6887E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D65 #3D65DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2349 #2349BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3A #1C3A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142A #142A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1B #0D1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | 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: #9CB0ED;
--navy-400: #6887E3;
--navy-500: #3D65DB;
--navy-600: #2349BE;
--navy-700: #1C3A97;
--navy-800: #142A6C;
--navy-900: #0D1B45;
--navy-950: #08112B;
}