Navy
#132B6C
BlueColor Codes
All color formats for development
HEX
#132B6CRGB
rgb(19, 43, 108)HSL
hsl(224, 70%, 25%)OKLCH
oklch(0.315 0.117 264.9)CMYK
cmyk(82%, 60%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112762
2#0F2257
3#0D1E4C
4#0B1A41
5#0A1536
6#08112B
7#060D21
8#040916
9#02040B
Tints
Lighter variations
1#19388D
2#1F45AD
3#2452CE
4#3C67DD
5#5C80E2
6#7D9AE8
7#9DB3EE
8#BECCF4
9#DEE6F9
Tones
Muted variations
1#182D68
2#1C2F63
3#21315F
4#25335B
5#293556
6#2E3752
7#323A4D
8#373C49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D3 #C7D3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB1 #9BB1ED | BordersInactive statesPlaceholder text |
| 400 | 6789 #6789E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C67 #3C67DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 224C #224CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3C #1B3C98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132B #132B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1B #0C1B45 | 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: #E1E7FA;
--navy-200: #C7D3F5;
--navy-300: #9BB1ED;
--navy-400: #6789E4;
--navy-500: #3C67DD;
--navy-600: #224CBF;
--navy-700: #1B3C98;
--navy-800: #132B6C;
--navy-900: #0C1B45;
--navy-950: #08112B;
}